When I run the commmand
pip install virtualenv
I get:
Installing virtualenv script to /usr/local/share/python
But my default virtualenv
is in a different place:
which virtualenv
usr/local/bin/virtualenv
I'd like pip
to install to the usr/local/bin
directory by default. Any help would be greatly appreciated.