Install Python
# Most linux distros have python 2 built-in
# Check version intalled
python --version
python3 --version
# or
python3
# Install python 3
apt install python3
Index