Skip to content

Instantly share code, notes, and snippets.

@genomics-geek
Created June 25, 2016 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save genomics-geek/8b70cba711423668e735f1e8d7db037e to your computer and use it in GitHub Desktop.
Save genomics-geek/8b70cba711423668e735f1e8d7db037e to your computer and use it in GitHub Desktop.
An example .bashrc file
export PIP_REQUIRE_VIRTUALENV=true
gpip(){
PIP_REQUIRE_VIRTUALENV="" pip "$@"
}
test -f /usr/local/bin/virtualenvwrapper.sh && source /usr/local/bin/virtualenvwrapper.sh
if which pyenv > /dev/null ; then eval "$(pyenv init -)"; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment