Category Archives: News

Install Python

By | December 3, 2019

1. Requirements This Python installation required GCC compiler on your system.  Use following command yum install gcc openssl-devel bzip2-devel sqlite-devel 2. Download Python 3* Download Python using the following command. In this example we use python 3.6.0 cd /usr/src wget https://www.python.org/ftp/python/3.6.9/Python-3.6.0.tgz Next extract the downloaded package using below command. tar xzf Python-3.6.0.tgz 3. Install Python… Read More »