[Python-ideas] from __pip__ import

Stephen J. Turnbull turnbull.stephen.fw at u.tsukuba.ac.jp
Tue Sep 20 14:48:29 EDT 2016


Paul Moore writes:

 > I'm just saying that I don't want core Python to implicitly install
 > packages for me.

+1

 > But that's simply a personal opinion.

+0.5

It's not *purely* a personal opinion, though.  The original proposal
is to include the facility and allow *script authors*, rather than
script users, to invoke it.  Since the (original) motivation is for it
to work for naive users, you'll want it on by default to support them
(they're going to click on an icon, so command line options and
environment variables are right out, no?)

I have no objection to people who want to install this in their
personal environments, but that doesn't serve the original use case of
distributing code that depends on non-stdlib modules to people who
aren't handy with pip.  To serve those use cases, we all need to get
it by default.  That I personally don't want (for me or for the
students I supervise), and I'm pretty sure my employer will take a
very dim view of it.

Steve




More information about the Python-ideas mailing list