

Use wget to download the latest Python 3.9 release.


Step 2: Download latest Python 3.9 ArchiveĮnsure wget is installed: sudo yum install wget -y Warranty not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This is free software see the source for copying conditions. Sudo yum install openssl-devel libffi-devel bzip2-devel -yĬonfirm gcc is available: $ gcc -version Install required software development tools required to build Python 3.9 on CentOS 8 / CentOS 7: sudo yum groupinstall "Development Tools" -y Reboot after the upgrade before you continue to install dependencies sudo reboot Then do system update sudo yum -y install epel-release Login to your CentOS 8 / CentOS 7 system as root or user with sudo privileges.
