♠ Posted by Unknown
Buka https://www.python.org/downloads/ dan download yang terbaru. Disini release terbarunya Python 3.7.2
pindah folder ke
#cd /usr/src
download python terbaru, contoh 3.7.2
#sudo wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
extrak package
#sudo tar -xvf Python-3.7.2.tar.xz
#cd Python-3.7.2
#install compiler
#sudo yum install gcc
#sudo yum install openssl-devel
set config
#sudo ./configure --prefix=/opt/python3
#sudo make altinstall
#sudo ln -s /opt/python3/bin/python3.7 /usr/bin/python3.7
cek installasi
#python3.7 -V
:)