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
|
storage location from the default (your home directory) to a larger volume (usually
|
||||||
`/data/user/$USER`).
|
`/data/user/$USER`).
|
||||||
|
|
||||||
Save the following as `$HOME/.condarc` (update USERNAME and module version as
|
Save the following as `$HOME/.condarc`:
|
||||||
necessary):
|
|
||||||
|
|
||||||
```
|
```
|
||||||
always_copy: true
|
always_copy: true
|
||||||
|
|
||||||
envs_dirs:
|
envs_dirs:
|
||||||
- /data/user/USERNAME/conda/envs
|
- /data/user/$USER/conda/envs
|
||||||
|
|
||||||
pkgs_dirs:
|
pkgs_dirs:
|
||||||
- /data/user/USERNAME/conda/pkgs
|
- /data/user/$USER/conda/pkgs
|
||||||
- /opt/psi/Programming/anaconda/2019.07/conda/pkgs
|
- $ANACONDA_PREFIX/conda/pkgs
|
||||||
|
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user