Skip to content

Instantly share code, notes, and snippets.

@gdgupta11
Forked from jnrbsn/gist:8062545
Last active August 29, 2015 14:10
Show Gist options
  • Save gdgupta11/1ba32d59854d4c2d41be to your computer and use it in GitHub Desktop.
Save gdgupta11/1ba32d59854d4c2d41be to your computer and use it in GitHub Desktop.
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