Depending on your operation system, install Python (3.8.5 or higher):
To install latest Python3 from OS repository, perform the following steps:
yum install -y python3
To install Python3, perform the following steps:
apt update
apt-get install python3.10 apt install python3-pip