python: fix a typo

This commit is contained in:
Xi Ruoyao 2022-04-21 23:28:35 +08:00 committed by William Harrington
parent 8816fe7a9f
commit 514758d05f

View File

@ -114,7 +114,7 @@
In LFS and BLFS we normally build and install Python modules with the In LFS and BLFS we normally build and install Python modules with the
<command>pip3</command> command. Please take care that the <command>pip3</command> command. Please take care that the
<command>pip3 install</command> commands in both the books should be <command>pip3 install</command> commands in both the books should be
run as ithe &root; user unless it's for a Python virtual environment. run as the &root; user unless it's for a Python virtual environment.
Running a <command>pip3 install</command> as a non-&root; user may seem Running a <command>pip3 install</command> as a non-&root; user may seem
to work fine, but it will cause the installed module to be inaccessible to work fine, but it will cause the installed module to be inaccessible
by other users. by other users.