diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/python.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/python.xml b/chapter06/python.xml index e044f339f..aed4ca485 100644 --- a/chapter06/python.xml +++ b/chapter06/python.xml @@ -90,7 +90,8 @@ <screen><userinput remap="install">make install chmod -v 755 /usr/lib/libpython&python-minor;m.so -chmod -v 755 /usr/lib/libpython3.so</userinput></screen> +chmod -v 755 /usr/lib/libpython3.so +ln -sfv pip3.7 /usr/bin/pip3</userinput></screen> <variablelist> <title>The meaning of the install commands:</title> |