-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Open
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
$ python3 -m ensurepip --upgrade
error: externally-managed-environment
...
You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
$ python3 -m ensurepip --upgrade --break-system-packages
python -m ensurepip: error: unrecognized arguments: --break-system-package
So it needs the --break-system-packages
option or the error message should not tell me to use it.
CPython versions tested on:
3.12
Operating systems tested on:
Linux
timber-schroeder
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error