Python 3 Installation in Ubuntu
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:deadsnakes/ppa
$ sudo apt-get update
$ sudo apt-get install python3.8
$ python3 --version
Or
$ sudo apt-get install python3.6
$ python3 --version
Python 3 Installation in Centos
$ sudo yum install yum-utils
$ sudo yum-builddep python3
$ python3 --version
Latest posts by Rajesh Kumar (see all)
- Packer Tutorials: Amazon Secrets Manager Data Source – amazon-secretsmanager - May 25, 2023
- Packer Tutorials: Amazon Data Sources – amazon-parameterstore - May 25, 2023
- What is DevSecTestOps? - May 25, 2023
Doesn’t work on CentOS 7.