
I've also tried to run the virtualenv command in the directory /usr/local/bin, and it gives me the same result: -bash: virtualenv: command not found

The virtualenv is indeed installed in /usr/local/bin, but whenever I try to run the virtualenv command, the command is not found. I understand that in mac, the virtualenv should be correctly installed in /usr/local/bin

Every time I try to run the virtualenv command, it returns: -bash: virtualenv: command not foundĮvery time I run pip install virtualenv, it returns: Requirement already satisfied (use -upgrade to upgrade): virtualenv in /Library/Frameworks/amework/Versions/2.7/lib/python2.7/site-packages I installed virtualenv on MAC OS X using: pip install virtualenvĪnd have also added the PATH into my. I couldn't get virtualenv to work despite various attempts.
