Changes between Version 2 and Version 3 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Oct 28, 2017 9:12:46 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v2 v3 9 9 * At the Advanced Options screen, you need to consider whether or not you want to make Anaconda your default version of Python. Developers who do not work on multiple Python projects can just accept the defaults here. 10 10 11 == Step 2 - Download SasView and sasmodels from github ==11 == Step 2 - Download SasView! and sasmodels from github == 12 12 If you don't have installed go GIT section for instructions, otherwise simply run 13 13 {{{ … … 36 36 }}} 37 37 38 == = Step 4 - activate conda enviroment ===38 == Step 4 - activate conda enviroment == 39 39 {{{ 40 40 #Windows 41 callactivate sasview41 activate sasview 42 42 43 #Mac OSX 43 #Mac OSX and Linux 44 source activate sasview 45 }}} 44 46 45 #Linux 47 == Step 4 - run SasView! == 48 You should be ready to go now go to sasview directory and run 49 {{{ 50 51 #Windows 52 python run.py 53 54 #Mac OSX and Linux 55 pythonw run.py 46 56 47 57 }}} 48 58 49 59 50 == Step 3- Install Git (Optional) ==60 == Step 6 - Install Git (Optional) == 51 61 52 62 === Git ===