Skip to content

Instantly share code, notes, and snippets.

@ra0van
Last active February 17, 2018 20:37
Show Gist options
  • Save ra0van/927559e72941c709bf9acb043061202d to your computer and use it in GitHub Desktop.
Save ra0van/927559e72941c709bf9acb043061202d to your computer and use it in GitHub Desktop.
bash script to enable workon command for virtualenvwrapper
#add workon home path
export WORKON_HOME=~/.virutalenvs
VIRTUALENVWRAPPER_PYTHON='/usr/bin/python'
source /usr/local/bin/virtualenvwrapper.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment