Skip to content

Instantly share code, notes, and snippets.

@passy
Created November 7, 2011 21:59
Show Gist options
  • Save passy/1346331 to your computer and use it in GitHub Desktop.
Save passy/1346331 to your computer and use it in GitHub Desktop.
workon() {
source ~/.virtualenvs/$1/bin/activate
}
mkvirtualenv() {
virtualenv ~/.virtualenvs/$1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment