Friday 20 December 2013

Python Installation


For Linux/Fedora/Ubuntu:

In these operating system, most probably python is already installed on it. To test if you have Python already installed on your Linux/ Ubuntu, open a shell program such as gnome-terminal and enter the command python -V ('V' capital letter).
ie,
$ python -V

Python 2.7.3

For Windows:

Download the python from http://www.python.org/download/ and install as normal windows software.

No comments:

Post a Comment