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

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

@ -121,6 +121,8 @@ attributes:
platform:
platforms: posix
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
installed on the remote host if the virtualenv parameter is specified and
the virtualenv needs to be created.

Loading…
Cancel
Save