Following this guide http://virtualenvwrapper.readthedocs.org/en/latest/.
I have a fresh install of mountain lion (i.e. not upgrading)
Ran
pip install virtualenvwrapper
mkdir -p $DEV_HOME
Successfully But when I run this line: source /usr/local/bin/virtualenvwrapper.sh
I get -bash: /usr/local/bin/virtualenvwrapper.sh: No such file or directory
Is this just stored in a different location? Thanks!
Found it in /Library/Frameworks/Python.framework/Versions/2.7/bin/virtualenvwrapper.sh
The way I found it was to see where pip install virtualenvwrapper
was putting all the files
(You can run it twice, pip will recognize they already exist)