2) Start: Where to find the 'python interpreter
If you use a Linux distribution to 90% is already installed walk- open the terminal and enter the command python if the result is this:
bash-3.1 $ python
Python 2.5.2 (r252: 60911, Mar 1 2008, 13:52:45)
[GCC 4.2.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
type:
>> exit () to exit
If you can do whatever peace of mind that your python is already installed otherwise you can find it in the repository of your distribution
If you use a system Microsoft Windows http://www.python.org/download/ go on to download the 'installer. On the site
python.org you can also find sources of 'interpreter.
0 comments:
Post a Comment