>>"> >>">

install python in centos linux

$ sudo yum update -y

$ sudo yum install -y python3

$ python3 --version

$ python3

Python 3.6.8 (default, Nov 16 2020, 16:55:22)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>


Leave a Reply