Skip to content

Instantly share code, notes, and snippets.

@glesica
Created June 16, 2011 03:38
Show Gist options
  • Save glesica/1028630 to your computer and use it in GitHub Desktop.
Save glesica/1028630 to your computer and use it in GitHub Desktop.
Install virtualenvwrapper - .bashrc
# setup virtualenvwrapper
export WORKON_HOME=~/.envs
mkdir -p $WORKON_HOME
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment