Changeset 4343801
- Timestamp:
- 04/28/2019 05:59:09 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b290456
- Parents:
- 2b007b6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python2.xml
r2b007b6 r4343801 41 41 compatibility with other dependent packages. 42 42 </para> 43 44 <note> 45 <para> 46 Python2 has been deprecated by the upstream developers. 47 Support for Python2 will be discontinued on January 48 1st, 2020. 49 </para> 50 51 <para> 52 BLFS is attempting to use Python3 as much as possible, but some 53 packages have not been updated to support Python3. 54 </para> 55 </note> 56 43 57 44 58 &lfs84_checked; … … 125 139 <title>Installation of Python 2</title> 126 140 141 <caution> 142 <para> 143 If updating <application>pip2</application> with the command 144 <command>pip2 install --upgrade pip</command>, it will remove 145 <application>pip3</application> and the symlink 146 <application>pip</application> installed in LFS. To restore 147 <application>pip</application> and <application>pip3</application>, 148 run, as the <systemitem class="username">root</systemitem> user: 149 </para> 150 151 <screen role="nodump"><userinput>python3 -m pip install --force pip</userinput></screen> 152 </caution> 153 127 154 <para> 128 155 Install <application>Python 2</application> by running the following … … 235 262 <seglistitem> 236 263 <seg> 237 2to3, p ydoc, python (symlink), python-config (symlink),264 2to3, pip2, pydoc, python (symlink), python-config (symlink), 238 265 python2 (symlink), python2-config (symlink), 239 266 python&python2-majorver;, python&python2-majorver;-config, … … 270 297 </varlistentry> 271 298 299 <varlistentry id="pip2"> 300 <term><command>pip2</command></term> 301 <listitem> 302 <para> 303 is the package manager for <application>Python 2.x</application>. 304 It is used to automate management of 305 <application>Python 2.x</application> modules. 306 </para> 307 <indexterm zone="python2 pip2"> 308 <primary sortas="b-pip2">pip2</primary> 309 </indexterm> 310 </listitem> 311 </varlistentry> 312 272 313 <varlistentry id="idle"> 273 314 <term><command>idle</command></term> -
introduction/welcome/changelog.xml
r2b007b6 r4343801 46 46 <para>April 28th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Add a caution about updating pip2 in 50 the Python2 page. Fixes 51 <ulink url="&blfs-ticket-root;11998">#11998</ulink>.</para> 52 </listitem> 48 53 <listitem> 49 54 <para>[bdubbs] - Update to qpdf-8.4.1. Fixes
Note:
See TracChangeset
for help on using the changeset viewer.