Handling Special Characters In Your Proxy Password
In the past, I’ve discussed how not to fetch conda packages behind a firewall and, instead, how to leverage your coporate proxy. However, in any modern tech environment, you will likely be required to include special characters in your password that might cause your script to fail since special characters will need to be “URL encoded”. This post builds upon our previous knowledge and provides a solution to this problem:
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!