trying to make it work with xubuntu 22.04

This commit is contained in:
2023-11-22 17:38:38 +00:00
parent c0e35e964b
commit 80c19864ad

View File

@@ -40,9 +40,9 @@ sudo apt install python3-dev -y
# default since 22.04 # default since 22.04
# sudo apt install python3.10 # sudo apt install python3.10
sudo apt install python3.10-venv -y sudo apt install python3.11-venv -y
sudo apt install python3.10-dev -y sudo apt install python3.11-dev -y
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1 sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1
sudo apt install mariadb-server -y sudo apt install mariadb-server -y
sudo apt install libmariadb-dev -y sudo apt install libmariadb-dev -y