How to Install Python on CentOS 8



How to Install Python on CentOS 8

How to Install Python on CentOS 8

In this video, we describe how to Install Python on CentOS 8.

Commands used:
Python2 Install:
dnf update -y
dnf install python2 -y
python2 -V
python2

Pytho32 Install:
dnf update -y
dnf install python3 -y
python3 -V
python3

The related article for this article can be found here:
https://www.liquidweb.com/kb/how-to-install-python-on-centos-8/

For more information about this and other topics, visit us at https://www.liquidweb.com/kb/
To learn more about our managed product offerings, visit: *https://www.liquidweb.com/products/managed-woocommerce-hosting/”

Video by: Justin Palmer