Skip to content

Instantly share code, notes, and snippets.

@justjkk
Created June 29, 2015 13:37
Show Gist options
  • Save justjkk/8a8fa6f04e62f27a5c39 to your computer and use it in GitHub Desktop.
Save justjkk/8a8fa6f04e62f27a5c39 to your computer and use it in GitHub Desktop.
Autoenv for python
DIR="$( builtin cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
[ "$VIRTUAL_ENV" != "$DIR/venv" ] && . $DIR/venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment