Remove --ensure-pip=yes for python3

Discussed in ticket #16321 of BLFS
This commit is contained in:
Pierre Labastie 2022-03-31 09:27:50 +02:00
parent 8a21a6ae75
commit 988edbf554

View File

@ -125,7 +125,6 @@
--enable-shared \
--with-system-expat \
--with-system-ffi \
--with-ensurepip=yes \
--enable-optimizations &&
make</userinput></screen>
@ -159,14 +158,14 @@ make</userinput></screen>
<parameter>--with-system-ffi</parameter>: This switch enables linking
against the system version of <application>libffi</application>.
</para>
<!--
<para>
<parameter>--with-ensurepip=yes</parameter> : This switch enables building
the <command>pip</command> and <command>setuptools</command> packaging
programs. <command>setuptools</command> is needed for building some
Python modules.
</para>
-->
<para>
<option>--with-dbmliborder=bdb:gdbm:ndbm</option>: Use this switch
if you want to build the <application>Python</application> DBM Module