We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33aed0 commit d3c2b45Copy full SHA for d3c2b45
src/pip/_internal/cli/req_command.py
@@ -219,7 +219,8 @@ def warn_if_run_as_root() -> None:
219
220
logger.warning(
221
"Running pip as the 'root' user can result in broken permissions and "
222
- "conflicting behaviour with the system package manager. "
+ "conflicting behaviour with the system package manager, possibly "
223
+ "rendering your system unusable."
224
"It is recommended to use a virtual environment instead: "
225
"https://pip.pypa.io/warnings/venv. "
226
"Use the --root-user-action option if you know what you are doing and "
0 commit comments