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.

Read: How to Use SSH to Connect Remote Linux Server

2. Download Python 3.6

Download Python using the following command from the Python official site. You can also download the latest version in place of specified below. Now extract the downloaded package.

3. Install Python 3.6

Use below set of commands to compile Python source code on your system using altinstall. make altinstall is used to prevent replacing the default python binary file /usr/bin/python . Now remove downloaded source archive file from your system

4. Check Python Version

Check the latest version installed of python using below command.