Seeing info when changing virtualenvs with virtualenvwrapper
I wanted to see a bit about virtualenvs when I activate them with workon from virtualenvwrapper. I added the following to $VIRTUALENVWRAPPER_HOOK_DIR/postactivate: #!/bin/bash # This hook is run after every virtualenv is...