Skip to content

Instantly share code, notes, and snippets.

@cdwilson
Created August 26, 2012 21:49
Show Gist options
  • Save cdwilson/3483784 to your computer and use it in GitHub Desktop.
Save cdwilson/3483784 to your computer and use it in GitHub Desktop.
virtualenv setup
# virtualenv
# http://pypi.python.org/pypi/virtualenv
# virtualenvwrapper
# http://pypi.python.org/pypi/virtualenvwrapper
# http://blog.doughellmann.com/2010/01/virtualenvwrapper-tips-and-tricks.html
# yolk
# http://pypi.python.org/pypi/yolk
# install virtualenv and virtualenvwrapper into the system python installation
# i.e. /Library/Python/2.7/site-packages/
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