Install Python and pip
Check if Python is already installed:
python3 --version
If you don’t have Python 3.10+, install it:
sudo apt install -y python3 python3-pip python3-venv
Check the version again to see if everything is right.
Check if Python is already installed:
python3 --version
If you don’t have Python 3.10+, install it:
sudo apt install -y python3 python3-pip python3-venv
Check the version again to see if everything is right.