<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><div><div style="font-family: Calibri,sans-serif; font-size: 11pt;">I was also planning to use it in an upcoming project that has to "do its own" package management. The aim was to install different versions of packages in different directories and use sys.path modifications to resolve them at runtime (kind of like what setuptools did in the older days).<br><br>An alternative would be great, though I can probably fake things somehow for my purposes.<br><br>Cheers,<br>Steve<br><br>Top-posted from my Windows Phone</div></div><div dir="ltr"><hr><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">From: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:vinay_sajip@yahoo.co.uk">Vinay Sajip</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Sent: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">‎2/‎11/‎2016 15:18</span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">To: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:Distutils-Sig@Python.Org">Distutils-Sig@Python.Org</a></span><br><span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Subject: </span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">Re: [Distutils] deprecating pip install --target</span><br><br></div>Robert Collins <robertc <at> robertcollins.net> writes:<br><br>> <br>> This is fairly broken - it doesn't handle platlib vs purelib (see pip<br>> PR 3450), doesn't handle data files, or any other layout. Donald says<br>> pip uses it to maintain the _vendor subtrees only, which doesn't seem<br>> like a particularly strong use case.<br>> <br>> Certainly the help description for it is misleading - since what we're<br>> actually doing is copying only a subset of what the package installed<br>> - so at a minimum we need to be much clearer about what it does.<br>> <br>> But, I think it would be better to deprecate it and remove it... so<br>> I'm pinging here to see if anyone can explain a sensible use case for<br>> it in the context of pip :)<br><br>I use it in pretty much the same way as Paul mentioned - I wouldn't like it <br>to go unless something equivalent is available. Updating the help / <br>documentation for it to better reflect what it does would be uncontroversial <br>for me, but I see no strong reason for deprecation and removal. As Paul <br>suggests, it can get stricter about what it'll handle.<br><br>Regards,<br><br>Vinay Sajip<br><br>_______________________________________________<br>Distutils-SIG maillist  -  Distutils-SIG@python.org<br>https://mail.python.org/mailman/listinfo/distutils-sig<br></body></html>