Quote:
Originally Posted by eschwartz
Do you mean to say on Windows pip install doesn't have the "--root", "--prefix", "--target", or "--user" switches? 
|
All but "--prefix" (which I don't see listed on Windows or Linux using pip install -help)
But regardless ... I was mistaken. It's not the installation directory that's hard-coded, it's the path to the python executable that is. Almost all exes in the Pythonxx\Scripts directory (including pip) are the same way (at least up to, and including, 3.4).