Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created October 19, 2015 10:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save munhitsu/1f357f74333588a19e5f to your computer and use it in GitHub Desktop.
Save munhitsu/1f357f74333588a19e5f to your computer and use it in GitHub Desktop.
pyvenv/venv + direnv
if ! [ -d venv ]; then
pyvenv venv
fi
source venv/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment