Installing And Updating Conda With A Proxy
In the past, I’ve discussed how not to fetch conda packages behind a firewall. In this post, let’s assume that you are working behind a firewall in some corporate environment but your network administrator has given you access to a username/password-procted proxy:port that allows you to reach the “outside world”:
Now, how do we download, install, and update conda
but make sure that we direct our requests through our proxy? First, let’s download miniconda
through our proxy and then install it:
With the proxy function above, you can now update conda and install other packages with:
Now, you should be able to use the proxy and to install the software that you need to be productive!