Changes between Version 11 and Version 12 of DevNotes/Obsolete/AnacondaSetup
- Timestamp:
- Feb 12, 2015 7:41:46 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Obsolete/AnacondaSetup
v11 v12 21 21 {{{ 22 22 conda config --add channels https://conda.binstar.org/PeterParker 23 }}} 24 25 If you are behind a proxy, you need to tell Conda about it. Add the following to your .condarc file which is at {{{C:/Users/YourUserName/.condarc}}}: 26 27 {{{ 28 # This example should work for the proxy at RAL: 29 proxy_servers: 30 http: http://wwwcache.rl.ac.uk:8080 31 https: http://wwwcache.rl.ac.uk:8080 23 32 }}} 24 33