If I run pip install as root, I want it to be installed in /usr/local .
This works on some Linux systems, but not on others.
How can I get pip to install in the correct directory?
A solution using a configuration file would be preferable to a solution with a command line argument.
source share