Changeset 41d241e for general/prog


Ignore:
Timestamp:
10/24/2015 02:43:19 PM (9 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:
5c33f429
Parents:
ce386957
Message:
  • Update to ntp-4.2.8p4 - Security update.
  • graphviz-2.38.0 fails to build with ghostscript-9.18.
  • audiofile-0.3.6: tests DO pass with --disable-static.
  • Update to gnutls-3.4.6.
  • Update to nss-3.20.1.
  • Update to nspr-4.10.10.
  • libmpeg2-0.5.1: install only shared libraries.
  • libquicktime-1.2.4: rephase one paragrah about doxygen.
  • libcanberra-0.30: include some "Command Explanations and fix one directory.
  • Python-3.4.3: replace PYTHONDOCS by unversioned value, no need to remember to fix profile for user or glogal one.
  • ghostscript-9.16: fix instruction for symlink to docs, for eventual reinstal.
  • libogg-1.3.2: reformat.
  • FAAD2-2.7: reformat.
  • faac-1.28: reformat.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rce386957 r41d241e  
    181181    <para>
    182182      <option>--with-system-expat</option>: This switch enables linking against
    183       system version of <application>Expat</application>. 
     183      system version of <application>Expat</application>.
    184184    </para>
    185185
     
    215215    <para>
    216216      In order for <command>python3</command> to find the installed
    217       documentation, you must add the following environment variable to
    218       individual user's or the system's profile:
    219     </para>
    220 
    221 <screen role="root"><userinput>export PYTHONDOCS=/usr/share/doc/python-&python3-version;/html</userinput></screen>
     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;
     223export PYTHONDOCS=/usr/share/doc/python-3/html</userinput></screen>
    222224
    223225  </sect2>
     
    247249
    248250          pyvenv (symlink),
    249           pyvenv&python3-majorver;,
     251          pyvenv-&python3-majorver;,
    250252
    251253          idle3 (symlink), and
Note: See TracChangeset for help on using the changeset viewer.