Saturday, February 26, 2022

 Python Installation on Linux

Most of the Linux OS has Python pre-installed. 

To check if your device is pre-installed with Python or not, just go to terminal execute

below command..

[root@ip-172-31-28-152 ~]# python3 --version

Python 3.6.8


To install python  on linux server use command #yum install python3 below is the snapshot for the same


[root@ip-172-31-28-152 ~]# python3 --version
Python 3.6.8













No comments:

Post a Comment

Sample Game App Deployment on EKS cluster

 https://padmakshi.medium.com/setting-up-an-eks-cluster-and-deploying-a-game-application-a-step-by-step-guide-08790e0be117