J
J
John_Beam2015-01-12 16:11:57
Python
John_Beam, 2015-01-12 16:11:57

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

I'm sitting behind a proxy MS ISA ntlm.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Z
zed, 2015-01-12
@zedxxx

Install Python 2.7.9 - pip is already built into the installer.

M
Maxim Kovalenko, 2015-06-10
@maxxx_kovalenko

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 question

Ask a Question

731 491 924 answers to any question