Changes between Version 8 and Version 9 of cypress/Python


Ignore:
Timestamp:
06/30/16 20:55:01 (8 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Python

    v8 v9  
    3030}}}
    3131
    32 But you will see an error message with an instruction for the workaround. First clone the python environment into your home directory by
     32But 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
    3333
    3434 {{{
     
    3636}}}
    3737
    38 then,
     38'my_root' is the name of environment that you decide.
     39Then,
    3940
    4041 {{{
     
    5758}}}
    5859
    59 From next time, to use Anaconda python,
     60From next time, to use Anaconda python with your environment,
    6061 {{{
    6162module load anaconda
    6263source activate my_root
    6364}}}
     65You have to state above commands in your script when you run python on batch jobs.
    6466
    6567== Installing Packages ==