Last Updated: February 25, 2016
·
1.428K
· jeffli

The simplest way to use Python 2.7 in CentOS 6

The credit should go to Dexter Legaspi.

yum install centos-release-SCL
yum install python27
 scl enable python27 bash

To install pip

cd /opt/rh/python27/root/usr/bin/
./easy_install-2.7 pip