Created
January 20, 2011 22:53
-
-
Save selenamarie/788871 to your computer and use it in GitHub Desktop.
trying to set up python 2.7 on new system (ubuntu linux)
This file contains 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
What I did to get virtualenv going | |
http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ | |
http://www.logilab.org/blogentry/aleufroy | |
sudo easy_install virtualenv | |
# this is for my new project directory | |
virtualenv --no-site-packages --python=/usr/local/python2.7/bin/python myproject | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment