How to Install Python 3.7.2 on CentOS 7
Python is a powerful programming language.
It is very friendly and easy to learn.
At writing time of this article Python 3.7.2 latest stable version is available to download and install.
This tutorial will help you to install Python 3.7.2 on your CentOS 7 operating systems.
Step 1 – Requirements
This Python installation required GCC compiler on your system. Login to your server using ssh or shell access. Now, use the following command to install prerequisites for Python before installing it.
1 | root@localhost # yum install gcc openssl-devel bzip2-devel |
