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 34fc0e2 commit 90add48Copy full SHA for 90add48
src/pip/_internal/utils/misc.py
@@ -764,7 +764,7 @@ def warn_if_run_as_root() -> None:
764
logger.warning(
765
"Running pip as the 'root' user can result in broken permissions and "
766
"conflicting behaviour with the system package manager, possibly "
767
- "rendering your system unusable."
+ "rendering your system unusable. "
768
"It is recommended to use a virtual environment instead: "
769
"https://pip.pypa.io/warnings/venv. "
770
"Use the --root-user-action option if you know what you are doing and "
0 commit comments