I am trying to find out why my virtualenv
and/or virtualenv
wrapper - installed using pip
using homebrew
- cannot be foun
This solution will give you an alternate tool to use and solve your virtualenv
problem at the same time.
Use pythonbrew. It is inspired from rvm
in the ruby world and is helpful in managing pythons on your system and also wrap virtualenv
commands to provide virtual environment management. I use it Mountain Lion for my development purposes and have had no problems. More details (on my blog): http://stacktoheap.com/blog/2013/03/11/why-use-virtualenv-when-there-is-pythonbrew/