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
Hi Chris,
Yep that got me closer. I found that using | sudo python2.7 was a bad command.
So I changed over to | python2.7.
[root@myserver tmp]# wget https://bootstrap.pypa.io/ez_setup.py
--no-check-certificate -O - | python2.7
--2014-12-01 12:57:07-- https://bootstrap.pypa.io/ez_setup.py
Re
On Tue, Dec 2, 2014 at 3:58 AM, wrote:
> Getting an error when I try to install ez_setup.py. I thought that this was
> an issues with an incorrect version of python, so I upgraded to 2.7.5
> successfully. But unfortunately I get the same error.
>
>
> File "", line 51
> with archive_cont
Hi all,
Getting an error when I try to install ez_setup.py. I thought that this was an
issues with an incorrect version of python, so I upgraded to 2.7.5
successfully. But unfortunately I get the same error.
[root@yyboxname tmp]# wget https://bootstrap.pypa.io/ez_setup.py
--no-check-certifi