Changeset fb0bbe2


Ignore:
Timestamp:
04/06/2023 04:43:48 AM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
bca9385
Parents:
d465b31
Message:

python3: Update the note about upgrading

  1. Use &lfs-root; to simplify the XML.
  2. Mention newly added flit-core.
  3. Mention that "pip3 list" may be not complete.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rd465b31 rfb0bbe2  
    6262      </para>
    6363
    64       <para>Before you upgrade, you can get a complete list of modules installed
    65         with <command>pip3 list</command>.
     64      <para>Before you upgrade, you can get a list of modules installed
     65        with <command>pip3 list</command>.  The list may be incomplete as
     66        some Python modules are not installed with <command>pip3</command>,
     67        for example the <literal>cracklib</literal> module installed by
     68        <xref role='nodep' linkend='cracklib'/>.  Use <command>ls
     69        /usr/lib/python3.<replaceable>minor</replaceable>/site-packages</command>
     70        for a comprehensive list.
    6671      </para>
    6772
    6873      <para>
    69          The wheel module and meson from LFS will also have to be reinstalled:
    70          <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/wheel.html"/> and
    71          <ulink url="https://www.linuxfromscratch.org/lfs/view/development/chapter08/meson.html"/>.
     74         The Python modules from LFS will also have to be reinstalled:
     75         <ulink url="&lfs-root;/chapter08/flit-core.html">flit-core</ulink>,
     76         <ulink url="&lfs-root;/chapter08/wheel.html">wheel</ulink>, and
     77         <ulink url="&lfs-root;/chapter08/meson.html">meson</ulink>.
    7278      </para>
    7379
    7480      <para revision="systemd">
    75         On systemd systems, it is also necessary to reinstall the MarkupSafe
    76         and Jinja2 modules from LFS:
    77         <ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/markupsafe.html"/> and
    78         <ulink url="https://www.linuxfromscratch.org/lfs/view/systemd/chapter08/jinja2.html"/>.
     81        On systemd systems, it is also necessary to reinstall
     82        <ulink url="&lfs-root;/chapter08/markupsafe.html">MarkupSafe</ulink>
     83        and <ulink url="&lfs-root;/chapter08/jinja2.html">Jinja2</ulink>.
    7984      </para>
    8085    </important>
Note: See TracChangeset for help on using the changeset viewer.