Changeset 799c424


Ignore:
Timestamp:
11/10/2022 05:31:54 PM (18 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/pip3
Children:
22f5a1a
Parents:
5347af84
git-author:
Xi Ruoyao <xry111@…> (11/10/2022 04:16:50 PM)
git-committer:
Xi Ruoyao <xry111@…> (11/10/2022 05:31:54 PM)
Message:

python: disable the execution of ensurepip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r5347af84 r799c424  
    4949            --with-system-expat  \
    5050            --with-system-ffi    \
     51            --without-ensurepip  \
    5152            --enable-optimizations</userinput></screen>
    5253
     
    6768        <para>This switch enables linking against system version of
    6869        <application>libffi</application>.</para>
     70      </listitem>
     71    </varlistentry>
     72
     73    <varlistentry>
     74      <term><parameter>--without-ensurepip</parameter></term>
     75      <listitem>
     76        <para>This switch disables the installation of setuptools and pip
     77        from pre-built wheel packages.  We will build these wheel packages
     78        from source code and install them later.</para>
    6979      </listitem>
    7080    </varlistentry>
     
    188198      <seglistitem>
    189199        <seg>
    190           2to3, idle3, pip3, pydoc3, python3, and python3-config
     200          2to3, idle3, pydoc3, python3, and python3-config
    191201        </seg>
    192202        <seg>
     
    236246      </varlistentry>
    237247
    238       <varlistentry id="pip3">
    239         <term><command>pip3</command></term>
    240         <listitem>
    241           <para>
    242             The package installer for Python. You can use pip to install
    243             packages from Python Package Index and other indexes
    244           </para>
    245           <indexterm zone="ch-system-Python">
    246             <primary sortas="b-pip3">pip3</primary>
    247           </indexterm>
    248         </listitem>
    249       </varlistentry>
    250 
    251248      <varlistentry id="pydoc3">
    252249        <term><command>pydoc3</command></term>
Note: See TracChangeset for help on using the changeset viewer.