Changes between Version 20 and Version 21 of DevNotes/Obsolete/AnacondaSetup
- Timestamp:
- Apr 29, 2015 6:27:49 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/AnacondaSetup
v20 v21 65 65 }}} 66 66 67 == Step 5 - Check that the Right Version of Python is Being Used == 67 == Step 5 - Download the Optimiser Package & Periodic Table Package == 68 Added by smk78 69 {{{ 70 # With Git: 71 git clone https://github.com/bumps/bumps.git bumps-code 72 git clone https://github.com/pkienzle/periodictable.git periodictable-code 73 }}} 74 75 == Step 6 - Check that the Right Version of Python is Being Used == 68 76 69 77 Ask your console which versions of Python it can find: … … 88 96 * If you have an old SasView development environment set up, then you may have an installation of Python2.6 that doesn't play nice with Anaconda. Uninstall it using the Control Panel and it should clear everything up. 89 97 90 == Step 6 - Build SasView == 98 == Step 7 - Install the Optimiser Package & Periodic Table Package == 99 Added by smk78 100 101 Navigate to the bumps-code folder: 102 {{{ 103 python setup.py install 104 }}} 105 Navigate to the periodictable-code folder: 106 {{{ 107 python setup.py install 108 }}} 109 110 == Step 8 - Build SasView == 91 111 92 112 {{{ … … 98 118 If so, then make sure the {{{C:/AnacondaInstallDir/MinGW/bin}}} folder is at the beginning of your Path environment variable. 99 119 100 == Step 7- Run SasView from the Code ==120 == Step 9 - Run SasView from the Code == 101 121 102 122 You should then be able to run SasView “in-place” from the code, using: