Changes between Version 27 and Version 28 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Jun 21, 2016 6:10:55 AM (8 years ago)
Author:
smk78
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v27 v28  
    7676# With Git: 
    7777git clone https://github.com/SasView/sasview.git sasview 
    78 git clone https://github.com/SasView/sasmodels.it sasmodels 
     78git clone https://github.com/SasView/sasmodels.git sasmodels 
    7979# With SVN: 
    8080svn checkout https://github.com/SasView/sasview sasview 
     
    116116Some things to consider: 
    117117 
    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. 
     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. 
    119119* 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. 
    121121 
    122122== Step 7 - Install the Optimiser Package & Periodic Table Package == 
     
    135135}}} 
    136136 
    137 == Step 8 - Build SasView == 
     137== Step 8 - Build !SasView == 
    138138 
    139139Navigate to the sasview-code folder: 
     
    144144This 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.}}}" 
    145145 
    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). 
     146If 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. 
    147147 
    148 == Step 9 - Run SasView from the Code ==  
     148== Step 9 - Run !SasView from the Code ==  
    149149 
    150 You should then be able to run SasView “in-place” from the code, using: 
     150You should then be able to run !SasView “in-place” from the code, using: 
    151151 
    152152{{{