Answer the question
In order to leave comments, you need to log in
How to install pip for python2.7 on windows7 behind NTLM proxy?
How to install pip for python2.7 on windows7 behind NTLM proxy?
downloaded get-pip.py
running "python get-pip.py" fails with syntax error on first line
python get-pip.py
^
SyntaxError: invalid syntax
Answer the question
In order to leave comments, you need to log in
Try as described here
set http_proxy= http://proxy_server:port
set https_proxy= https://proxy_server:port
python get-pip.py
or
pip install --proxy="user:[email protected]_server:port" packagename
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question