install python 3 9 centos8

Solutions on MaxInterview for install python 3 9 centos8 by the best coders in the world

showing results for - "install python 3 9 centos8"
Don
18 May 2018
1$ sudo yum install wget gcc openssl-devel libffi-devel bzip2-devel
2$ yum install python3
3$ python3
4$ wget https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tgz