Changes between Version 11 and Version 12 of DevNotes/Obsolete/AnacondaSetup


Ignore:
Timestamp:
Feb 12, 2015 9:41:46 AM (9 years ago)
Author:
Peter Parker
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevNotes/Obsolete/AnacondaSetup

    v11 v12  
    2121{{{ 
    2222conda config --add channels https://conda.binstar.org/PeterParker 
     23}}} 
     24 
     25If 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: 
     29proxy_servers: 
     30    http: http://wwwcache.rl.ac.uk:8080 
     31    https: http://wwwcache.rl.ac.uk:8080 
    2332}}} 
    2433