diff options
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r-- | chapter08/python.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml index a2c4a5bdd..6b12d3559 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -48,7 +48,6 @@ --enable-shared \ --with-system-expat \ --with-system-ffi \ - --with-ensurepip=yes \ --enable-optimizations</userinput></screen> <variablelist> @@ -71,14 +70,6 @@ </varlistentry> <varlistentry> - <term><parameter>--with-ensurepip=yes</parameter></term> - <listitem> - <para>This switch enables building <command>pip</command> and - <command>setuptools</command> packaging programs.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--enable-optimizations</parameter></term> <listitem> <para>This switch enables stable, but expensive, optimizations.</para> |