Skip to content

Instantly share code, notes, and snippets.

@os
Created January 6, 2014 12:20
Show Gist options
  • Save os/8282059 to your computer and use it in GitHub Desktop.
Save os/8282059 to your computer and use it in GitHub Desktop.
# import aliases
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# virtualenvwrapper
export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
export PIP_VIRTUALENV_BASE=$WORKON_HOME
export PIP_RESPECT_VIRTUALENV=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment