Changes between Version 12 and Version 13 of cypress/AnacondaInstallPackage
- Timestamp:
- 08/18/25 15:00:47 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/AnacondaInstallPackage
v12 v13 79 79 module load anaconda3/2023.07 80 80 export CONDA_ENVS_PATH=/lustre/project/mygroup/myuser/conda-envs 81 unset PYTHONPATH82 81 source activate my_root 83 82 }}}