Changes between Version 27 and Version 28 of DevNotes/Obsolete/AnacondaSetup
- Timestamp:
- Jun 21, 2016 8:10:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/AnacondaSetup
v27 v28 76 76 # With Git: 77 77 git clone https://github.com/SasView/sasview.git sasview 78 git clone https://github.com/SasView/sasmodels. it sasmodels78 git clone https://github.com/SasView/sasmodels.git sasmodels 79 79 # With SVN: 80 80 svn checkout https://github.com/SasView/sasview sasview … … 116 116 Some things to consider: 117 117 118 * Installations of McStas might cause problems. If the installation of Python that comes bundled withMcStas appears in the PATH before Anaconda, then the solution is the same as above.118 * Installations of !McStas might cause problems. If the installation of Python that comes bundled with !McStas appears in the PATH before Anaconda, then the solution is the same as above. 119 119 * Installations of Mantid *should* play nice with Anaconda. Let somebody know if it's causing a problem, though again, just make sure your PATH gives preferential treatment to Anaconda. 120 * 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.120 * 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. 121 121 122 122 == Step 7 - Install the Optimiser Package & Periodic Table Package == … … 135 135 }}} 136 136 137 == Step 8 - Build SasView ==137 == Step 8 - Build !SasView == 138 138 139 139 Navigate to the sasview-code folder: … … 144 144 This may end up failing with a large, obscure-looking "{{{...failed with exit status 1}}}" error, which when you scroll up actually ends up being "{{{The command line is too long.}}}" 145 145 146 If so, there are a couple of things you can try. First, make sure the {{{C:/AnacondaInstallDir/MinGW/bin}}} folder is at the beginning of your Path environment variable. If that doesn't cure the problem you will need to shorten folder path names (by actually renaming your working folders, or even by moving MinGW out of the Anaconda tree altogether - in which case remember to change your Path environment variable accordingly). 146 If so, there are a couple of things you can try. First, make sure the {{{C:/AnacondaInstallDir/MinGW/bin}}} folder is at the beginning of your Path environment variable. If that doesn't cure the problem you will need to shorten folder path names (by actually renaming your working folders, or even by moving MinGW out of the Anaconda tree altogether - in which case remember to change your Path environment variable accordingly). Alternatively try adding the command switch -t t after the -cmingw32. 147 147 148 == Step 9 - Run SasView from the Code ==148 == Step 9 - Run !SasView from the Code == 149 149 150 You should then be able to run SasView “in-place” from the code, using:150 You should then be able to run !SasView “in-place” from the code, using: 151 151 152 152 {{{