Changes between Version 10 and Version 11 of cypress/AnacondaInstallPackage
- Timestamp:
- 08/08/25 13:33:18 (43 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/AnacondaInstallPackage
v10 v11 1 1 ==== Install Packages to Anaconda Python ==== 2 2 3 For this example, we assume you have loaded the "anaconda3/2019.03", but you can use another version if you want.3 For 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]]) 4 4 5 5 {{{ 6 module load anaconda3/2019.03 6 idev --partition=centos7 7 module load anaconda3/2023.03 7 8 }}} 8 9 … … 45 46 46 47 {{{ 47 unset PYTHONPATH48 48 source activate my_root 49 49 }}} … … 66 66 Next time, to use Anaconda python with your environment, 67 67 {{{ 68 module load anaconda3/2019.03 68 idev --partition=centos7 69 module load anaconda3/2023.07 69 70 export CONDA_ENVS_PATH=/lustre/project/mygroup/myuser/conda-envs 70 71 unset PYTHONPATH