I am having trouble going through a proxy for Anaconda install conda on a Windows 7 machine. How do I use a proxy?
http://conda.pydata.org/docs/config.html
the above link is broken, use this one instead
The . condarc file is not included by default, but it is automatically created in your home directory the first time you run the conda config command. To create or modify a . condarc file, open Anaconda Prompt or a terminal and enter the conda config command.
The file is located at /run/anaconda/anaconda. conf . The runtime configuration file is loaded by the Anaconda DBus modules when they are started. It allows us to run all Anaconda processes with the same configuration.
All Languages >> Python >> You will need to adjust your conda configuration to proceed. Use `conda config --show channels` to view your configuration's current state, and use `conda config --show-sources` to view config file locations.
I had to create a .condarc file at the C:\Users\username
folder.
Use copy con .condarc
file if it does not exist at folder above.
File content is:
proxy_servers:
http: http://username:[email protected]:8080
https: https://username:[email protected]:8080
Two notes:
http:
and http://...
username:password
part and it will still workIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With