ProxyMan icon indicating copy to clipboard operation
ProxyMan copied to clipboard

Proxyman support for conda

Open mebble opened this issue 6 years ago • 3 comments

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

mebble avatar Apr 12 '19 15:04 mebble

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.

himanshub16 avatar May 21 '19 16:05 himanshub16

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 ?

xylophong avatar Oct 17 '19 15:10 xylophong

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

manuFL avatar Oct 15 '20 08:10 manuFL