Skip to content

Instantly share code, notes, and snippets.

@lukin0110
Created February 18, 2013 13:06
Show Gist options
  • Select an option

  • Save lukin0110/4977233 to your computer and use it in GitHub Desktop.

Select an option

Save lukin0110/4977233 to your computer and use it in GitHub Desktop.
Config for virtualenvwrapper
source /usr/local/bin/virtualenvwrapper.sh
export VIRTUAL_ENV_DISABLE_PROMPT=1
export WORKON_HOME=$HOME/env
export VIRTUALENVWRAPPER_LOG_DIR="$WORKON_HOME"
export VIRTUALENVWRAPPER_HOOK_DIR="$WORKON_HOME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment