Author: xry111
Date: Wed Feb 3 01:01:27 2021
New Revision: 12119
Log:
ch08/python: remove unneeded commands
Modified:
trunk/BOOK/chapter08/python.xml
Modified: trunk/BOOK/chapter08/python.xml
==============================================================================
--- trunk/BOOK/chapter08/python.xml Wed Feb 3 00:02:01 2021 (r12118)
+++ trunk/BOOK/chapter08/python.xml Wed Feb 3 01:01:27 2021 (r12119)
@@ -94,23 +94,7 @@
<para>Install the package:</para>
-<screen><userinput remap="install">make install
-chmod -v 755 /usr/lib/libpython&python-minor;.so
-chmod -v 755 /usr/lib/libpython3.so
-ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen>
-
- <variablelist>
- <title>The meaning of the install commands:</title>
-<!-- ====== Change 8m if Python minor version changes ======= -->
- <varlistentry>
- <term><command>chmod -v 755
/usr/lib/libpython{&python-minor;,3}.so</command></term>
- <listitem>
- <para>Fix permissions for libraries to be consistent with other
- libraries.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="install">make install</userinput></screen>
<para>If desired, install the preformatted documentation:</para>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page