On 9/24/2014 6:59 PM, Chris Angelico wrote:
That is, could pip
defer the declaration until it's parsed its command line args and
decided that it'll be installing into the system directory, but NOT
make that declaration if it's given --user, or if it's running inside
a venv, or anything else that means it doesn't need that power?
Other programs do it.