Skip to content

Instantly share code, notes, and snippets.

@selenamarie
Created January 20, 2011 22:53
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 selenamarie/788871 to your computer and use it in GitHub Desktop.
Save selenamarie/788871 to your computer and use it in GitHub Desktop.
trying to set up python 2.7 on new system (ubuntu linux)
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