Improve condarc example

This commit is contained in:
caubet_m 2023-11-07 09:40:52 +01:00
parent 5740d25b08
commit 6e76d6acdb

View File

@ -78,18 +78,17 @@ merlin. Environments can grow quite large, so you will need to change the defaul
storage location from the default (your home directory) to a larger volume (usually
`/data/user/$USER`).
Save the following as `$HOME/.condarc` (update USERNAME and module version as
necessary):
Save the following as `$HOME/.condarc`:
```
always_copy: true
envs_dirs:
- /data/user/USERNAME/conda/envs
- /data/user/$USER/conda/envs
pkgs_dirs:
- /data/user/USERNAME/conda/pkgs
- /opt/psi/Programming/anaconda/2019.07/conda/pkgs
- /data/user/$USER/conda/pkgs
- $ANACONDA_PREFIX/conda/pkgs
channels:
- conda-forge