Skip to content

Instantly share code, notes, and snippets.

@yprez
Created November 21, 2012 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yprez/4127960 to your computer and use it in GitHub Desktop.
Save yprez/4127960 to your computer and use it in GitHub Desktop.
Installing pip + virtualenv on Ubuntu

Install pip and virtualenv:

sudo apt-get install python_setuptools
sudo easy_install pip
sudo pip install virtualenv virtualenvwrapper

Set the following in ~/.bashrc:

WORKON_HOME=/home/yuri/virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment