How to get pip to work behind a proxy server
I am trying to use python package manager pip to install a package and it’s dependencies from the internet. However I am behind a proxy in my college and have already set the http_proxy environment variable. But when I try to install a package like this: I get this error in the log file: I even tried … Read more