Changeset d10196e0 for general/prog


Ignore:
Timestamp:
10/23/2019 03:07:16 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7089b877
Parents:
2bfd23a
Message:

Revert my python3 change from yesterday.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22291 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    r2bfd23a rd10196e0  
    140140
    141141<screen role="root"><userinput>make install &amp;&amp;
    142 ln -sfv pip&python3-majorver; /usr/bin/pip3 &amp;&amp;
     142<!--ln -sfv pip&python3-majorver; /usr/bin/pip3 &amp;&amp;-->
    143143chmod -v 755 /usr/lib/libpython&python3-majorver;.so &amp;&amp;
    144144chmod -v 755 /usr/lib/libpython3.so</userinput></screen>
     
    210210      any benefit from doing this.
    211211    </para>
    212 
     212    <!--
    213213    <para>
    214214      <command>ln -sfv ...</command>: When upgrading to Python-3.8, it was
     
    216216      the symlink so that pip3 can be used as described in the book.
    217217    </para>
    218 
     218    -->
    219219    <para>
    220220      <command>chmod ...</command>: Fix permissions for shared libraries to be
Note: See TracChangeset for help on using the changeset viewer.