python27 in CentOS6, some tips

By: | Comments: No Comments

Posted in categories: Uncategorized

packages:
python27-2.7.6-3.ius.centos6.x86_64.rpm
python27-backports-ssl_match_hostname-3.4.0.2-1.ius.centos6.noarch.rpm
python27-libs-2.7.6-3.ius.centos6.x86_64.rpm
setuptools-5.1.zip
python27-backports-1.0-1.ius.centos6.x86_64.rpm
python27-devel-2.7.6-3.ius.centos6.x86_64.rpm
python27-setuptools-3.6-1.ius.centos6.noarch.rpm

path:
/usr/lib64/qt5/bin:/opt/rh/python27/root/usr/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

Install site-packages
wget https://bootstrap.pypa.io/ez_setup.py -O – | python

Install extra packages:
python setup.py install

Be the first to comment!

Leave a Reply