1.2. On GNU/Linux

1.2. On GNU/Linux

Generally all GNU/Linux distributions come with Python, so no need to worry about that :) If you don't have it then you can install it by either downloading from the python website or from your distribution's repository.

For Fedora

#yum install python

For Debian

#apt-get install python