aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/python.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2019-03-06 16:01:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2019-03-06 16:01:16 +0000
commitab4ca91894739fd2ad52640dfd10c9e21380be46 (patch)
tree26869b62b970b7a50bb00a7ee6a17d6c7c0c4ed4 /chapter06/python.xml
parent18302d81ba8b885323e945cd2dbd318c0ba96290 (diff)
Update to linux-5.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/python.xml')
-rw-r--r--chapter06/python.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml
index e044f339f..aed4ca485 100644
--- a/chapter06/python.xml
+++ b/chapter06/python.xml
@@ -90,7 +90,8 @@
<screen><userinput remap="install">make install
chmod -v 755 /usr/lib/libpython&python-minor;m.so
-chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
+chmod -v 755 /usr/lib/libpython3.so
+ln -sfv pip3.7 /usr/bin/pip3</userinput></screen>
<variablelist>
<title>The meaning of the install commands:</title>