Skip to content

Instantly share code, notes, and snippets.

@unbracketed
Created November 7, 2009 01:59
Show Gist options
  • Save unbracketed/228472 to your computer and use it in GitHub Desktop.
Save unbracketed/228472 to your computer and use it in GitHub Desktop.
Hook for new virtualenvs
#I like to use something like this as the global mkvirtualenv new environment hook.
#This drops a few libs and tools that I tend to lean heavily on into the new environment.
easy_install pip
pip install ipython
pip install pudb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment