Skip to content

Commit

Permalink
use python3 cause of deprecating of python on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
thuvh committed Dec 13, 2024
1 parent e4eeebd commit b160430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LAB_SETUP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b160430

Please sign in to comment.