I\'m trying to create a virtualenv with virtualenvwrapper, but when I use mkvirtualenv I get the following :
virtualenvwrapper
mkvirtualenv
ERROR: virtualenvwrapper c
Your PYTHONPATH makes me think you have Homebrew installed. It sounds like virtualenvwrapper was installed with either your system pip or your homebrew pip while it is being executed with the opposite python interpreter.