Changes between Version 15 and Version 16 of DevNotes/DevGuide/CondaDevSetup
- Timestamp:
- Nov 17, 2017 8:03:23 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/DevGuide/CondaDevSetup
v15 v16 52 52 }}} 53 53 54 Eventually you need to set SAS_COMPILER enviormental variable54 Eventually build sasview using tinycc compiler. Go to sasview directory and run 55 55 {{{ 56 set SAS_COMPILER=tinycc56 python setup.py build --compile=tinycc 57 57 }}} 58 59 58 == Step 6 - run !SasView == 60 59 You should be ready to run sasview.