Skip to content

Instantly share code, notes, and snippets.

@wapiflapi
Created April 7, 2015 11:46
Show Gist options
  • Select an option

  • Save wapiflapi/21c07985d5a52d85d9b1 to your computer and use it in GitHub Desktop.

Select an option

Save wapiflapi/21c07985d5a52d85d9b1 to your computer and use it in GitHub Desktop.
my virtualenv wrapper
#!/bin/sh
source ./venv/bin/activate
"$@"
#!/bin/sh
./venv/bin/pip "$@"
#!/bin/sh
./venv/bin/python "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment