diff options
Diffstat (limited to 'chapter06/python.xml')
-rw-r--r-- | chapter06/python.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index b6e3c9f15..a3cde3f8f 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -89,15 +89,15 @@ <para>Install the package:</para> <screen><userinput remap="install">make install -chmod -v 755 /usr/lib/libpython&python-minor;m.so +chmod -v 755 /usr/lib/libpython&python-minor;.so chmod -v 755 /usr/lib/libpython3.so -ln -sfv pip3.7 /usr/bin/pip3</userinput></screen> +ln -sfv pip&python-minor; /usr/bin/pip3</userinput></screen> <variablelist> <title>The meaning of the install commands:</title> -<!-- ====== Change 7m if Python minor version changes ======= --> +<!-- ====== Change 8m if Python minor version changes ======= --> <varlistentry> - <term><command>chmod -v 755 /usr/lib/libpython3.{7m.,}so</command></term> + <term><command>chmod -v 755 /usr/lib/libpython3.{8.,}so</command></term> <listitem> <para>Fix permissions for libraries to be consistent with other libraries.</para> |