Skip to content

Instantly share code, notes, and snippets.

@goodside
Created August 3, 2012 13:56
Show Gist options
  • Save goodside/3247921 to your computer and use it in GitHub Desktop.
Save goodside/3247921 to your computer and use it in GitHub Desktop.
Install virtualenv(wrapper) on Debian Squeeze
sudo aptitude install python-pip
sudo pip install virtualenv
sudo pip install virtualenvwrapper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment