From: Hoai-Thu Vuong Date: Fri, 13 Dec 2024 04:06:06 +0000 (+0700) Subject: doc: use python3 cause of deprecating of python on ubuntu X-Git-Tag: 1.2.2~48^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2f829b13d2bb916ce104812b3285d5d4b76d868e;p=teuthology.git doc: use python3 cause of deprecating of python on ubuntu Signed-off-by: Hoai-Thu Vuong --- diff --git a/docs/LAB_SETUP.rst b/docs/LAB_SETUP.rst index b2fbbe053..b967400c5 100644 --- a/docs/LAB_SETUP.rst +++ b/docs/LAB_SETUP.rst @@ -18,7 +18,7 @@ We're currently running both paddles and pulpito on the same node. We have a pro Do the following as root or as another user with sudo access:: - sudo apt-get install git python-dev python-virtualenv postgresql postgresql-contrib postgresql-server-dev-all supervisor + sudo apt-get install git python3-dev python3-virtualenv postgresql postgresql-contrib postgresql-server-dev-all supervisor sudo -u postgres createuser paddles -P sudo -u postgres createdb paddles