[Distutils] Installing packages using pip
Nathaniel Smith
njs at pobox.com
Fri Nov 13 15:09:28 EST 2015
On Nov 13, 2015 12:00 PM, "Alexander Walters" <tritium-list at sdamon.com>
wrote:
>
> import pip
> pip.install(PACKAGESPEC)
>
> something like that?
This would be extremely handy if it could be made to work reliably... But
I'm skeptical about whether it can be made to work reliably. Consider all
the fun things that could happen once you start upgrading packages while
python is running, and might e.g. have half of an upgraded package already
loaded into memory. It's like the reloading problem but even more so.
-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20151113/c5eaf0a9/attachment-0001.html>
More information about the Distutils-SIG
mailing list