Created
September 14, 2012 14:21
-
-
Save Ivoz/3722197 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Virtualenvwrapper settings | |
export WORKON_HOME=~/.virtualenvs | |
export PROJECT_HOME=~/code | |
export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2 | |
export VIRTUALENVWRAPPER_VIRTUALENV=/usr/bin/virtualenv | |
export VIRTUALENVWRAPPER_VIRTUALENV_ARGS='--no-site-packages' | |
#export PIP_REQUIRE_VIRTUALENV=true | |
export PIP_RESPECT_VIRTUALENV=true | |
export PIP_VIRTUALENV_BASE=$WORKON_HOME | |
source /usr/bin/virtualenvwrapper.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment