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 steve.dower
Recipients FFY00, frenzy, hroncok, jaraco, lemburg, petr.viktorin, steve.dower
Date 2021-05-04.20:29:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620160171.4.0.233565393077.issue43976@roundup.psfhosted.org>
In-reply-to
Content
Would "pip install --user ..." in a Docker container also work, though? Presumably all the filesystem paths are being redirected anyway, so is there a difference?

(My assumption is that "--user" would essentially become the default if you're using the OS provided pip/Python. If you do your own build/install of it then you obviously get "default" behaviour, for better or worse.)
History
Date User Action Args
2021-05-04 20:29:31steve.dowersetrecipients: + steve.dower, lemburg, jaraco, petr.viktorin, hroncok, frenzy, FFY00
2021-05-04 20:29:31steve.dowersetmessageid: <1620160171.4.0.233565393077.issue43976@roundup.psfhosted.org>
2021-05-04 20:29:31steve.dowerlinkissue43976 messages
2021-05-04 20:29:31steve.dowercreate