add pep668 note to pip module docs (#82096) (#82100)

(cherry picked from commit 3ea5304a57)
pull/82295/head
Matt Davis 1 year ago committed by GitHub
parent de07dc85f5
commit 5cdfe667d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,6 +121,8 @@ attributes:
platform: platform:
platforms: posix platforms: posix
notes: notes:
- Python installations marked externally-managed (as defined by PEP668) cannot be updated by pip versions >= 23.0.1 without the use of
a virtual environment or setting the environment variable ``PIP_BREAK_SYSTEM_PACKAGES=1``.
- The virtualenv (U(http://www.virtualenv.org/)) must be - The virtualenv (U(http://www.virtualenv.org/)) must be
installed on the remote host if the virtualenv parameter is specified and installed on the remote host if the virtualenv parameter is specified and
the virtualenv needs to be created. the virtualenv needs to be created.

Loading…
Cancel
Save