Home / Community / Blog

To allow Spyder to access internet when behind a proxy server I used environment variables HTTP_PROXY and HTTPS_PROXY.

In Anaconda Prompt I typed:

set HTTP_PROXY=192.168.1.2:8080
set HTTPS_PROXY=192.168.1.2:8080
pip install graphviz

Settings in ~/.condarc file (as described in Using the .condarc...) didn't works:

proxy_servers:
  http: http://192.168.1.2:8080
  https: https://192.168.1.2:8080

Just my blog...

Mon Tue Wed Thu Fri Sat Sun
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31