Unable to update conda packages behind corporate firewall. Updated .condarc file, proxy settings still it is asking for Proxy user name and password
I am behind a corporate firewall. I am trying to update the conda packages by running : conda update --all This is aking me for proxy user name and password. https proxy username: https proxy username: Password: After reading many articles on this problems i have taken help from my IT people and updated the proxy_server content in ".condarc" file as follows: binstar_upload: true channels: - https://conda.binstar.org/numba - https://pypi.python.org/simple/ - defaults proxy_servers: http: http://poPYtheSailor:spinach\@1234@1.1.1.1:5080 https: https://poPYtheSailor:spinach\@1234@1.1.1.1:5080 ssl