Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r676f0fd rd672ab7  
    4949            --with-system-expat  \
    5050            --with-system-ffi    \
     51            --with-ensurepip=yes \
    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>--with-ensurepip=yes</parameter></term>
     75      <listitem>
     76        <para>This switch enables building <command>pip</command> and
     77        <command>setuptools</command> packaging programs.</para>
    6978      </listitem>
    7079    </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.