Ignore:
Timestamp:
10/24/2015 09:46:26 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
8e236eb
Parents:
bb6bd84
Message:
  • x265_1.8: fix to disable static library.
  • Python-3.5.0: rephrase earlier modification to PYTHONDOCS.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rbb6bd84 rd7015e7  
    215215    <para>
    216216      In order for <command>python3</command> to find the installed
    217       documentation, define the following environment version
    218       independent variable and add to the individual user's or system's
    219       profile:
    220     </para>
    221 
    222 <screen role="root"><userinput>ln -svfn python--&python3-version; /usr/share/doc/python-3 &amp;&amp;
    223 export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
     217      documentation, create the following version independent symlink:
     218    </para>
     219
     220<screen role="root"><userinput>ln -svfn python-&python3-version; /usr/share/doc/python-3</userinput></screen>
     221
     222    <para>
     223      and add the following environment variable to the individual user's or
     224      system's profile:
     225    </para>
     226
     227<screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
    224228
    225229  </sect2>
Note: See TracChangeset for help on using the changeset viewer.