Skip to content

Instantly share code, notes, and snippets.

@hggz
Created August 7, 2015 21:58
Show Gist options
  • Save hggz/2d0004e67ffbb0ce397a to your computer and use it in GitHub Desktop.
Save hggz/2d0004e67ffbb0ce397a to your computer and use it in GitHub Desktop.
install python 2.7 on linuxami
sudo yum update
sudo yum install python27
curl https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py | sudo /usr/bin/python27
sudo easy_install pip
echo "alias python='python27'" >> ~/.bashrc
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment