conda config
# This is a sample .condarc file
# channel locations. These override conda defaults, i.e., conda will
# search *only* the channels listed here, in the order given. Use "default" to
# automatically include all default channels.
channels:
- defaults
- http://some.custom/channel
# Proxy settings
# http://[username]:[password]@[server]:[port]
proxy_servers:
http: http://user:
[email protected]:8080
https: https://user:
[email protected]:8080
envs_dirs:
- /opt/anaconda/envs
- /home/joe/my-envs
pkg_dirs:
- /home/joe/user-pkg-cache
- /opt/system/pkgs
changeps1: False
# binstar.org upload (not defined here means ask)
binstar_upload: True