Invalid Syntax Installing pip - ez_setup.py

Billy Furlong billyfurlong at gmail.com
Mon Dec 1 14:09:59 EST 2014


Success.

Whats happening is that the second wget command is not recognizing the --no-check-certificate.  So I went around the problem and installed it manually.

wget https://pypi.python.org/packages/source/s/setuptools/setuptools-7.0.zip --no-check-certificate
unzip setuptools-7.0.zip
python2.7 setup.py install
easy_install pip

I'm good.  Pip is installed.



More information about the Python-list mailing list