Skip to content
Snippets Groups Projects
Commit 0c38a597 authored by Oliver Henze's avatar Oliver Henze
Browse files

ADD .condarc template file

parent 2764592d
Branches
No related tags found
No related merge requests found
# Template for the .condarc, to be saved under $HOME/.condarc
# Path can be anywhere, $HOME, SAN, etc.
# Path where your environments are saved
envs_dirs:
- /path/to/conda/envs
proxy_servers:
http: http://webproxy.bs.ptb.de:8080
https: http://webproxy.bs.ptb.de:8080
# Path where your package cache is located (avoid $HOME/conda, consider using /home/<username>/san/conda or similar)
pkgs_dirs:
- /path/to/package/cache
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment