python: fix a typo

This commit is contained in:
Xi Ruoyao 2022-04-21 23:28:35 +08:00
parent dd9987c5ab
commit 93db1e614e
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

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.