Skip to content

Instantly share code, notes, and snippets.

View gdgupta11's full-sized avatar

Gaurav Gupta gdgupta11

View GitHub Profile
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