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