Skip to content

Instantly share code, notes, and snippets.

@felipecabargas
Created April 24, 2013 03:56
Show Gist options
  • Save felipecabargas/5449500 to your computer and use it in GitHub Desktop.
Save felipecabargas/5449500 to your computer and use it in GitHub Desktop.
'.profile' lines to add for get 'django-admin.py' to work under Mac OS X
#-----------------------------------------------------------------------------
# Django+VirtualEnvWrapper
#-----------------------------------------------------------------------------
export PATH=/usr/local/bin:/usr/local/share/python:$PATH
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/share/python/virtualenvwrapper.sh
export PIP_VIRTUALENV_BASE=$WORKON_HOME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment