mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
python: fix a typo
This commit is contained in:
parent
dd9987c5ab
commit
93db1e614e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user