Changes between Version 8 and Version 9 of cypress/Python
- Timestamp:
- 06/30/16 20:55:01 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Python
v8 v9 30 30 }}} 31 31 32 But you will see an error message with an instruction for the workaround. F irstclone the python environment into your home directory by32 But you will see an error message with an instruction for the workaround. Following the instruction, you have to clone the python environment into your home directory by 33 33 34 34 {{{ … … 36 36 }}} 37 37 38 then, 38 'my_root' is the name of environment that you decide. 39 Then, 39 40 40 41 {{{ … … 57 58 }}} 58 59 59 From next time, to use Anaconda python ,60 From next time, to use Anaconda python with your environment, 60 61 {{{ 61 62 module load anaconda 62 63 source activate my_root 63 64 }}} 65 You have to state above commands in your script when you run python on batch jobs. 64 66 65 67 == Installing Packages ==