Issue 12260: Make install default to user site-packages (original) (raw)
Issue12260
Created on 2011-06-03 17:24 by eric.araujo, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg137563 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-06-03 17:24 |
Now that we can break compat in distutils2/packaging, we can change the default install dir to use PEP 370 user site-packages. For users without root, copy-pasting “pysetup run install_dist” from the docs would Just Work™. This would also avoid the dreadful advice to use sudo on OSes that have their own package manager and don’t want users to muck up with /usr. See also #10745. | ||
msg138144 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2011-06-11 01:53 |
In my Winxp machine, I can add and delete directories in python32/Lib/site-packages (all-users installation) from my user account. That is what I expect and want the default to be, not the Terry/whatever that I have never used (or the admin/whatever if I happen to install as admin.) | ||
msg147019 - (view) | Author: Éric Araujo (eric.araujo) * ![]() |
Date: 2011-11-04 17:22 |
With the raise of virtualenv and its inclusion in CPython for 3.3, this is even less a concern, even for UNIX. I’m withdrawing the idea and will continue to advertise --user and warn against sudo in documentation and other venues. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:57:18 | admin | set | github: 56469 |
2011-11-04 17:22:23 | eric.araujo | set | status: open -> closedmessages: + assignee: tarek -> eric.araujoresolution: rejectedstage: resolved |
2011-06-11 01:53:55 | terry.reedy | set | nosy: + terry.reedymessages: + |
2011-06-03 17:24:21 | eric.araujo | create |