Changes between Version 5 and Version 6 of cypress/AnacondaInstallPackage
- Timestamp:
- 04/07/20 14:57:30 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/AnacondaInstallPackage
v5 v6 21 21 22 22 will put your conda environments at the folder /lustre/project/mygroup/myuser/conda-envs (you may have to create this folder if it does not exist). 23 24 In default, package cache directory is created in your home directory. To change the package cache directory, edit ~/.condarc file and add 25 {{{ 26 pkgs_dirs: 27 - /path/to/package_cache_directory 28 }}} 23 29 24 30 Then, you can create a new personal conda environment: