Skip to content

Instantly share code, notes, and snippets.

@puneetlakhina
Created May 30, 2012 18:25
Show Gist options
  • Save puneetlakhina/2838127 to your computer and use it in GitHub Desktop.
Save puneetlakhina/2838127 to your computer and use it in GitHub Desktop.
CentOS python 2.6 installation
sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
sudo yum install gcc python26-devel
sudo yum install python26-setuptools
sudo easy_install-2.6 pip
sudo easy_install-2.6 -U distribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment