Changes between Version 10 and Version 11 of cypress/AnacondaInstallPackage


Ignore:
Timestamp:
08/08/25 13:33:18 (43 hours ago)
Author:
cbaribault
Comment:

Use module anaconda3/2023.07 vice 2019.03

Legend:

Unmodified
Added
Removed
Modified
  • cypress/AnacondaInstallPackage

    v10 v11  
    11==== Install Packages to Anaconda Python ====
    22
    3 For this example, we assume you have loaded the "anaconda3/2019.03", but you can use another version if you want.
     3For this example, we assume you have loaded the module '''anaconda3/2023.07''', and for that module you'll need to use a compute node in partition **centos7** (see [[cypress/using#Requestingpartitioncentos7withglibc2.17|here]])
    44
    55{{{
    6 module load anaconda3/2019.03
     6idev --partition=centos7
     7module load anaconda3/2023.03
    78}}}
    89
     
    4546
    4647 {{{
    47 unset PYTHONPATH
    4848source activate my_root
    4949}}}
     
    6666Next time, to use Anaconda python with your environment,
    6767 {{{
    68 module load anaconda3/2019.03
     68idev --partition=centos7
     69module load anaconda3/2023.07
    6970export CONDA_ENVS_PATH=/lustre/project/mygroup/myuser/conda-envs
    7071unset PYTHONPATH