Created
December 11, 2013 23:01
-
-
Save victorono/7920105 to your computer and use it in GitHub Desktop.
Python 2.7.5 CentOS 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo sh -c 'wget -qO- http://people.redhat.com/bkabrda/scl_python27.repo >> /etc/yum.repos.d/scl.repo' | |
sudo yum install python27 | |
scl -l | |
python27 | |
scl enable python27 bash | |
python -V |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment