Author: pierre
Date: Thu Jun 15 08:12:15 2017
New Revision: 18829

Log:
Command explanation for --with-ensurepip in Python[23]

Modified:
   trunk/BOOK/general/prog/python2.xml
   trunk/BOOK/general/prog/python3.xml

Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Wed Jun 14 10:31:07 2017        (r18828)
+++ trunk/BOOK/general/prog/python2.xml Thu Jun 15 08:12:15 2017        (r18829)
@@ -191,6 +191,12 @@
     </para>
 
     <para>
+      <parameter>--with-ensurepip=yes</parameter> : This switch enables 
building
+      <command>pip</command> and <command>setuptools</command> packaging 
programs.
+      <command>setuptools</command> is needed for building some Python modules.
+    </para>
+
+    <para>
       <parameter>--enable-unicode=ucs4</parameter>: This switch enables
       32bit Unicode support in <application>Python</application>.
     </para>

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Wed Jun 14 10:31:07 2017        (r18828)
+++ trunk/BOOK/general/prog/python3.xml Thu Jun 15 08:12:15 2017        (r18829)
@@ -189,13 +189,11 @@
       you have not installed <xref linkend="libffi"/>.
     </para>
 
-<!--
     <para>
-      <parameter>- -without-ensurepip</parameter>: This switch disables 
building
-      <command>pip</command> and <command>setuptools</command>
-      packaging programs.
+      <parameter>--with-ensurepip=yes</parameter> : This switch enables 
building
+      <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
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to