Changeset b9a6bcc0


Ignore:
Timestamp:
06/07/2022 08:48:45 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7778b15
Parents:
fc7f3a5
Message:

Python 3: sync install command with LFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rfc7f3a5 rb9a6bcc0  
    4646        <application>Python 3</application> was installed in LFS.
    4747        The only reason to rebuild it here is if optional modules
    48         are needed.
     48        are needed, or to upgrade this package.
    4949      </para>
    5050    </note>
     
    138138    </para>
    139139
    140 <screen role="root"><userinput>make install</userinput></screen>
     140<screen role="root"><userinput>make install &amp;&amp;
     141sed -e '/def warn_if_run_as_root/a\    return' \
     142    -i /usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py</userinput></screen>
    141143
    142144  </sect2>
Note: See TracChangeset for help on using the changeset viewer.