Author: renodr
Date: Wed Oct 23 08:07:16 2019
New Revision: 22291

Log:
Revert my python3 change from yesterday.

Modified:
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Wed Oct 23 07:58:38 2019        (r22290)
+++ trunk/BOOK/general/prog/python3.xml Wed Oct 23 08:07:16 2019        (r22291)
@@ -139,7 +139,7 @@
     </para>
 
 <screen role="root"><userinput>make install &amp;&amp;
-ln -sfv pip&python3-majorver; /usr/bin/pip3 &amp;&amp;
+<!--ln -sfv pip&python3-majorver; /usr/bin/pip3 &amp;&amp;-->
 chmod -v 755 /usr/lib/libpython&python3-majorver;.so &amp;&amp;
 chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
 
@@ -209,13 +209,13 @@
       <application>Python</application>. Run-time results do not appear to show
       any benefit from doing this.
     </para>
-
+    <!--
     <para>
       <command>ln -sfv ...</command>: When upgrading to Python-3.8, it was
       discovered that the symlink to pip3 is sometimes not created. Create
       the symlink so that pip3 can be used as described in the book.
     </para>
-
+    -->
     <para>
       <command>chmod ...</command>: Fix permissions for shared libraries to be
       consistent with other libraries.

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct 23 07:58:38 
2019        (r22290)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Oct 23 08:07:16 
2019        (r22291)
@@ -47,6 +47,9 @@
         <listitem>
           <para>[dj] - Update to LSB-Tools-0.5.</para>
         </listitem>
+        <listitem>
+          <para>[renodr] - Revert the change to Python3 for pip3.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to