I\'m trying to create a virtualenv with virtualenvwrapper, but when I use mkvirtualenv I get the following :
virtualenvwrapper
mkvirtualenv
ERROR: virtualenvwrapper c
The way I did it was (using zsh) in this way:
export PATH=$HOME/bin:/usr/local/bin:$PATH:/Users/username/Library/Python/2.7/bin:$PATH
I simply located the file of virtualenvwrapper.sh inside this path /Users/username/Library/Python/2.7/bin:$PATH
/Users/username/Library/Python/2.7/bin:$PATH
and added that path to PATH.