On Tue, 14 Jun 2022 11:03:17 -0700 Samuel Sieb samuel@sieb.net wrote:
On 6/14/22 05:57, stan via users wrote:
Or does pip now default to using a ~/home/ directory as its install and update location?
Notice the message that was originally commented on. "Defaulting to user installation because normal site-packages is not writeable" If you run pip as a user, it can't write to the system directory, so it will automatically switch to a user install.
Thanks.