This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients FFY00, frenzy, hroncok, jaraco, petr.viktorin, steve.dower
Date 2021-05-04.12:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620132292.38.0.472696730018.issue43976@roundup.psfhosted.org>
In-reply-to
Content
Sorry for not getting to this sooner, but 5 days is really tight for such a change.


With -S/-I, It would be great if sys.path only included packages installed as part of the OS, and not those installed by `sudo pip`. (Or `pip --user`, but that's covered).

It seems that with the current patch, pip will install into site-packages and there's no way to disable/change site-packages. Is that the case?
History
Date User Action Args
2021-05-04 12:44:52petr.viktorinsetrecipients: + petr.viktorin, jaraco, steve.dower, hroncok, frenzy, FFY00
2021-05-04 12:44:52petr.viktorinsetmessageid: <1620132292.38.0.472696730018.issue43976@roundup.psfhosted.org>
2021-05-04 12:44:52petr.viktorinlinkissue43976 messages
2021-05-04 12:44:52petr.viktorincreate