himanshub16 / ProxyMan

Configuring proxy settings made easy.
https://github.com/himanshub16/ProxyMan/releases/latest/
MIT License
683 stars 108 forks source link

Proxyman support for conda #83

Open mebble opened 5 years ago

mebble commented 5 years ago

Proxyman support for the package manager conda would be great. The proxy is set in ~/.condarc. The .condarc structure is:

ssl_verify: true
channels:
  - defaults
proxy_servers:
  http: http://172.31.2.4:8080
  https: https://172.31.2.4:8080

More info here

himanshub16 commented 5 years ago

conda seems to support HTTP_PROXY and HTTPS_PROXY. [docs]

So current state of proxyman should make it work. In case there is any particular case where it fails to work behind proxy, let me know.

xylophong commented 4 years ago

It is supposed to support HTTP_PROXY and HTTPS_PROXY, but it does not seem so (in my case at least); I have to manually configure the .condarc file. Anybody encounters the same issue ?

manuFL commented 3 years ago

Hi, the problem seems to be that conda expects https:// at the beginning of the https_proxy var, while proxyman set it without protocol...