Obtain python programming language

If python is not come preinstalled with your system, then it is possible to obtain official distribution of it from python.org web site. Many of the Linux distribution allow to install version of Python, that had been tested with that version of Linux distribution.

It is possible to check if python had been installed in the system by running python --version command. If python had been properly installed, then this command will give version number of python language that had been installed.

Please be aware that path environment variable needs to point to location of python executable in order for this command to be successful.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator