Last active
December 15, 2015 13:29
-
-
Save jmathai/5267472 to your computer and use it in GitHub Desktop.
Installing pip on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install python-pip python-dev build-essential | |
$ sudo pip install --upgrade pip | |
$ sudo pip install --upgrade virtualenv | |
# extra | |
$ sudo pip install gearman | |
$ sudo pip install boto | |
$ sudo apt-get install incron | |
# add users allowed to use incron | |
$ sudo vim /etc/incron.allow | |
$ sudo /etc/init.d/incron start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment