]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/start: update python-pip to python3-pip 44003/head
authorZac Dover <zac.dover@gmail.com>
Thu, 18 Nov 2021 15:27:39 +0000 (01:27 +1000)
committerZac Dover <zac.dover@gmail.com>
Thu, 18 Nov 2021 15:27:39 +0000 (01:27 +1000)
This updates the package "python-pip" to "python3-pip"
in the instructions for Ubuntu/Debian distributions.

I have just attempted to install the dependencies necessary
before building the source, and I discovered that the package
that provides this has changed.

I tested this on 18 Nov 2021.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/start/documenting-ceph.rst

index 97a1d1a66ad194d50004f652e1020f08581041b3..bde2688633a125f4688365fb65133d5f5b79d03f 100644 (file)
@@ -326,7 +326,7 @@ distributions, execute the following:
 
 .. prompt:: bash $
 
-       sudo apt-get install gcc python-dev python-pip libxml2-dev libxslt-dev doxygen graphviz ant ditaa
+       sudo apt-get install gcc python-dev python3-pip libxml2-dev libxslt-dev doxygen graphviz ant ditaa
        sudo apt-get install python-sphinx
 
 For Fedora distributions, execute the following: