Tuesday, February 9, 2016

Installing pip from behind a proxy

Download get_pip.py

set environment variable
set http_proxy=http://server.proxy.com:port
set https_proxy=https://server.proxy.com:port

Execute
python get_pip.py

pip is installed under Scripts folder


No comments:

Post a Comment