Getting StartedSetting Up PythonThe Python installation you have does not fit the requirements!
Please visit the Python webpage for the newest 2.7.X release (not the newest 3.Y.Z version!) and download the corresponding 'Gzipped source tar ball'. Extract it by using tar -zxf FILE and enter the directory you have just created, which includes the Python source code.
In the following, [pythonpath] denotes the installation directory, into which you want to install Python. You can do this easily by using
the following set of commands from within the Python source folder.
mkdir [pythonpath] |