Skip to content

Commit

Permalink
Add missing space in running as root warning message (#13116)
Browse files Browse the repository at this point in the history
  • Loading branch information
tifv authored Dec 16, 2024
1 parent 34fc0e2 commit 90add48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pip/_internal/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ def warn_if_run_as_root() -> None:
logger.warning(
"Running pip as the 'root' user can result in broken permissions and "
"conflicting behaviour with the system package manager, possibly "
"rendering your system unusable."
"rendering your system unusable. "
"It is recommended to use a virtual environment instead: "
"https://pip.pypa.io/warnings/venv. "
"Use the --root-user-action option if you know what you are doing and "
Expand Down

0 comments on commit 90add48

Please sign in to comment.