[Distutils] [Numpy-discussion] Proposal: stop supporting 'setup.py install'; start requiring 'pip install .' instead

Donald Stufft donald at stufft.io
Sat Nov 7 18:38:49 EST 2015


On November 7, 2015 at 6:16:34 PM, Donald Stufft (donald at stufft.io) wrote:
> > I want to reduce the “paths” that an installation can go down. 

I decided I’d make a little visual aid to help explain what I mean here (omitting development/editable installs because they are weird and will always be weird)!

Here’s essentially the way that installs can happen right now https://caremad.io/s/Ol1TuV6R9K/. Each of these types of installations act subtly different in ways that are not very obvious to most people.

Here’s what I want it to be: https://caremad.io/s/uJYeVzBlQG/. In this way no matter what a user is installing from (Wheel, Source Dist, Directory) the outcome will be the same and there won’t be subtly different behaviors based on what is being provided.

-----------------
Donald Stufft
PGP: 0x6E3CBCE93372DCFA // 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA




More information about the Distutils-SIG mailing list