November 2017
Intermediate to advanced
226 pages
5h 59m
English
$ sudo apt-get install python
If your system runs CentOS/RHEL, use the following command to install Python:
$ sudo yum install python
If it's a SuSE Linux distribution, use the following command to install Python:
$ sudo yum install python
$ python -version
This will print the current installed Python version.
Read now
Unlock full access