I am trying to install virtualenv
on my Mac running OS X Mavericks. To install virtualenv
, I used pip
pip install virtualenv
Now when I try to use it, I get the message saying
-bash: virtualenv: command not found
Also, an attempt to reinstall gets me this:
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /usr/local/lib/python2.7/site-packages
Cleaning up...
My path and python path variable in the file ~/.bash_profile
are set to:
export PATH = /usr/local/bin:$PATH
export PYTHONPATH=/usr/local/lib/python2.7/site-packages