Improve condarc example
This commit is contained in:
parent
5740d25b08
commit
6e76d6acdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user