This question already has an answer here:
- Pip packages not found - Brewed Python 3 answers
I am trying to install VirtualEnv on my Mac. I have installed Python and Pip with brew. After running pip install virtualenv When I try to use it I am getting:
bash: "virtualenv: command not found"
I am unsure where virtualenv has been installed. My PATH environment variable contains:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin
I am using: Mac Os 10.7.5