Skip to content

Instantly share code, notes, and snippets.

@baoshan
Created April 25, 2012 09:02
Show Gist options
  • Save baoshan/2488357 to your computer and use it in GitHub Desktop.
Save baoshan/2488357 to your computer and use it in GitHub Desktop.
Install Python 2.7 on CentOS
wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
tar zxvf Python-2.7.3.tgz
cd Python-2.7.3
./configure
make
make altinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment