Skip to content

Instantly share code, notes, and snippets.

@jsplink
Created March 26, 2015 22:39
Show Gist options
  • Save jsplink/31d51abce64c43bf823e to your computer and use it in GitHub Desktop.
Save jsplink/31d51abce64c43bf823e to your computer and use it in GitHub Desktop.
postdeactivate
#!/bin/bash
# This hook is sourced after every virtualenv is deactivated.
source ~/.bash_profile;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment