I have set a virtual environment with anaconda on windows 10 I set the .condarc file with proxy setting the conda install commands work fine but the pip install (via same virtual env) does not work as cannot access network what should be set especially for pip?
I put the proxy settings in the condarc
proxy_servers: http: http://myproxy.coo:8080 https: https://myproxy.com:8081