Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created May 2, 2013 11:52
Show Gist options
  • Save rogeriopradoj/5501726 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/5501726 to your computer and use it in GitHub Desktop.
Python e Virtualenv no Mac OS X Mountain Lion 10.8: Restringindo o pip aos ambientes virtuais, passo 2
syspip(){
PIP_REQUIRE_VIRTUALENV="" pip "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment