Skip to content

Instantly share code, notes, and snippets.

@victorono
Created December 11, 2013 23:01
Show Gist options
  • Save victorono/7920105 to your computer and use it in GitHub Desktop.
Save victorono/7920105 to your computer and use it in GitHub Desktop.
Python 2.7.5 CentOS 6
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