On Tue, 14 Jun 2022 08:11:13 +1000 Cameron Simpson cs@cskk.id.au wrote:
On 13Jun2022 15:07, Joe Zeff joe@zeff.us wrote:
On 6/13/22 13:51, Patrick Dupre wrote:
Defaulting to user installation because normal site-packages is not writeabl
That just means that you should have done this with root privs.
I certainly DID NOT want it done with root privileges. Gadzooks!
Doesn't that require a --user in the command? My understanding is that without the --user, it tries to install in system libraries, /usr/lib/python?.?? This is really problematic because it confuses the package managers, and can end up with an unworkable system.
Or does pip now default to using a ~/home/ directory as its install and update location?