From 93db1e614e093078304409d148a1cfe15fd3eb68 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 21 Apr 2022 23:28:35 +0800 Subject: [PATCH] python: fix a typo --- chapter08/python.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 pip3 command. Please take care that the pip3 install 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 pip3 install as a non-&root; user may seem to work fine, but it will cause the installed module to be inaccessible by other users.