Created
August 3, 2012 13:56
-
-
Save goodside/3247921 to your computer and use it in GitHub Desktop.
Install virtualenv(wrapper) on Debian Squeeze
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 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