On Mac OS X, I've had the packages directory of /Library/Python/2.7/site-packages
. However, after installing 64 bit Python from brew (Executing python in 64 bit mode on Mac OS X 10.10), I find that pip install
installs the package into a new /usr/local/lib/python2.7/site-packages
directory.
How can I control the target directory where the pip
command installs the packages? I can I make the default target directory for pip
from one to another?