I am on Mac OS X 10.9.2 with Xcode 5.1.1 and for me the virtualenvwrapper.sh file was present in
/usr/local/bin/virtualenvwrapper.sh
So I just copied this to the ~/.profile file:
source /usr/local/bin/virtualenvwrapper.sh
And now my ~/.profile file looks something like this:
# MacPorts Installer addition on 2014-02-23_at_17:28:39: adding an appropriate PATH variable for use with MacPorts. export PATH=/opt/local/bin:/opt/local/sbin:$PATH
And now I can use virtualenvwrapper commands without any problems
Hope this helps!
source share