How to install Python3.6 and PIP in Linux

Python3.6 can be installed on CentOS 7 with following steps. By following below steps both Python3.6 and pip would be installed in CentOS.

  • Update the yum package manager
  • list avaailable python3.6 rpms and select python36u.x86_64
  • Install Python3.6
  • Test the installation by checking python and pip version

  • Category: Linux