After upgrading to OSX Mavericks, I am getting this message in the terminal:
/usr/bin/python: No module named virtualenvwrapper virtualenvwrapper.sh: There w
Re-arrange the export order so that the python path is placed before the virtualenv commands in your .bash_profile file.
python
virtualenv
.bash_profile
# python path export PATH=/usr/local/bin:$PATH # needed for virtualenvwrapper export WORKON_HOME=$HOME/.virtualenvs source /usr/local/bin/virtualenvwrapper.sh