Changeset 23c5563


Ignore:
Timestamp:
06/15/2017 03:12:15 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6eccdc6
Parents:
7a79c718
Message:

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

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18829 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    r7a79c718 r23c5563  
    189189      against system version of <application>libffi</application>. Remove if
    190190      you have not installed <xref linkend="libffi"/>.
     191    </para>
     192
     193    <para>
     194      <parameter>--with-ensurepip=yes</parameter> : This switch enables building
     195      <command>pip</command> and <command>setuptools</command> packaging programs.
     196      <command>setuptools</command> is needed for building some Python modules.
    191197    </para>
    192198
  • general/prog/python3.xml

    r7a79c718 r23c5563  
    190190    </para>
    191191
    192 <!--
    193     <para>
    194       <parameter>- -without-ensurepip</parameter>: This switch disables building
    195       <command>pip</command> and <command>setuptools</command>
    196       packaging programs.
    197     </para>
    198 -->
     192    <para>
     193      <parameter>--with-ensurepip=yes</parameter> : This switch enables building
     194      <command>pip</command> and <command>setuptools</command> packaging programs.
     195      <command>setuptools</command> is needed for building some Python modules.
     196    </para>
    199197
    200198    <para>
Note: See TracChangeset for help on using the changeset viewer.