From 2f829b13d2bb916ce104812b3285d5d4b76d868e Mon Sep 17 00:00:00 2001 From: Hoai-Thu Vuong Date: Fri, 13 Dec 2024 11:06:06 +0700 Subject: [PATCH] doc: use python3 cause of deprecating of python on ubuntu Signed-off-by: Hoai-Thu Vuong --- docs/LAB_SETUP.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LAB_SETUP.rst b/docs/LAB_SETUP.rst index b2fbbe0534..b967400c5f 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 -- 2.39.5