From charlesreid1

Revision as of 18:43, 30 March 2015 by Admin (talk | contribs) (Created page with "First install python, setuptools, easy_install, and pip: <pre> sudo apt-get install -y python python-setuptools python-pip </pre> Now change permissions so we can run pip witho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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