February 2018
Beginner to intermediate
348 pages
9h 40m
English
Python should be available on your package manager repositories. To install it, run the following commands. For Red Hat-based systems and other systems using yum as the package manager, use:
[root@local ~]# yum install python python-devel
For Ubuntu, Debian, and other systems that use apt or aptitude, use:
[root@local ~]# aptitude install python python-dev
The package manager will resolve dependencies by itself.