Ubuntu Python
From charlesreid1
First install python, setuptools, easy_install, and pip:
sudo apt-get install -y python python-setuptools python-pip
Now change permissions so we can run pip without sudo:
sudo usermod -g staff charles sudo chmod g+w /usr sudo chmod -R g+w /usr/local