$ wget https://www.python.org/ftp/python/3.8.5/Python-3.8.5.tgz
$ sudo dnf groupinstall "Development Tools" -y
$ tar xvf Python-3.8.5.tgz
$ cd ./Python-3.8.5
$ ./configure --enable-optimizations
$ sudo make altinstall
[boris@Server82 ~]$ python3.8 --version
Python 3.8.5
[boris@Server82 ~]$
$ sudo dnf groupinstall "Development Tools" -y
$ tar xvf Python-3.8.5.tgz
$ cd ./Python-3.8.5
$ ./configure --enable-optimizations
$ sudo make altinstall
[boris@Server82 ~]$ python3.8 --version
Python 3.8.5
[boris@Server82 ~]$
No comments:
Post a Comment