mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
ch08/python: remove unneeded commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12119 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
468045948c
commit
3cf8a59f78
@ -94,23 +94,7 @@
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make install
|
||||
chmod -v 755 /usr/lib/libpython&python-minor;.so
|
||||
chmod -v 755 /usr/lib/libpython3.so
|
||||
ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the install commands:</title>
|
||||
<!-- ====== Change 8m if Python minor version changes ======= -->
|
||||
<varlistentry>
|
||||
<term><command>chmod -v 755 /usr/lib/libpython{&python-minor;,3}.so</command></term>
|
||||
<listitem>
|
||||
<para>Fix permissions for libraries to be consistent with other
|
||||
libraries.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
<screen><userinput remap="install">make install</userinput></screen>
|
||||
|
||||
<para>If desired, install the preformatted documentation:</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user