From: Zac Dover Date: Thu, 18 Nov 2021 15:27:39 +0000 (+1000) Subject: doc/start: update python-pip to python3-pip X-Git-Tag: v18.0.0~1453^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3e6d21deb81b22e1d2ea7192f41c3a2f773422b7;p=ceph.git doc/start: update python-pip to python3-pip 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 --- diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 97a1d1a66ad1..bde2688633a1 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -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: