After upgrading to OSX Mavericks, I am getting this message in the terminal:
/usr/bin/python: No module named virtualenvwrapper virtualenvwrapper.sh: There w
Running these two commands helped me get rid of it (had done a software update on macOS High Sierra)
$ sudo easy_install pip $ sudo pip install --upgrade virtualenvwrapper