diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 23:28:35 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-04-21 23:28:35 +0800 |
commit | 93db1e614e093078304409d148a1cfe15fd3eb68 (patch) | |
tree | 37d8999489c5487a4df4353c41d07572da257c6f /chapter08 | |
parent | dd9987c5ab0ee493d09817a566a8512ac53ea0d2 (diff) |
python: fix a typo
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/python.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index cb1d12c27..b7f2da6b9 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -114,7 +114,7 @@ In LFS and BLFS we normally build and install Python modules with the <command>pip3</command> command. Please take care that the <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 to work fine, but it will cause the installed module to be inaccessible by other users. |