add pep668 note to pip module docs (#82096)

pull/82097/head
Matt Davis 2 years ago committed by GitHub
parent f8de6caeec
commit 3ea5304a57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -120,6 +120,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