-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
The local choice in the installer triggers the installations of pip packages with the --user option which actually makes the installation global to the user. Indeed, packages get installed in ./local/lib/pythonX.Y/site-packages which is used by any python install of the user.
Hence, I think that this is a misleading name for the option. Maybe we should just call it user?
Reactions are currently unavailable