Changeset d10196e0
- Timestamp:
- 10/23/2019 03:07:16 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7089b877
- Parents:
- 2bfd23a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/python3.xml
r2bfd23a rd10196e0 140 140 141 141 <screen role="root"><userinput>make install && 142 ln -sfv pip&python3-majorver; /usr/bin/pip3 && 142 <!--ln -sfv pip&python3-majorver; /usr/bin/pip3 &&--> 143 143 chmod -v 755 /usr/lib/libpython&python3-majorver;.so && 144 144 chmod -v 755 /usr/lib/libpython3.so</userinput></screen> … … 210 210 any benefit from doing this. 211 211 </para> 212 212 <!-- 213 213 <para> 214 214 <command>ln -sfv ...</command>: When upgrading to Python-3.8, it was … … 216 216 the symlink so that pip3 can be used as described in the book. 217 217 </para> 218 218 --> 219 219 <para> 220 220 <command>chmod ...</command>: Fix permissions for shared libraries to be -
introduction/welcome/changelog.xml
r2bfd23a rd10196e0 48 48 <para>[dj] - Update to LSB-Tools-0.5.</para> 49 49 </listitem> 50 <listitem> 51 <para>[renodr] - Revert the change to Python3 for pip3.</para> 52 </listitem> 50 53 </itemizedlist> 51 54 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.