[Tutor] (no subject)

alan.gauld@bt.com alan.gauld@bt.com
Tue, 17 Aug 1999 11:22:51 +0100


> simply download it from http://www.python.org (click on 
> "Downloads" and
> follow the instructions there) and install it.  That means 

> Once you install it, use your web browser to visit the tutorial at
> http://www.python.org ("Tutorial"), and open a DOS box.   cd to the
> place where you installed python:  this should be "c:\Program
> Files\Python", so you would type 'cd "c:\Program 
> Files\Python" into your
> DOS box.  Then type 'python', and start reading the tutorial.  Do what
> it says.

You shouldn't need to do that, Python should be placed in the PATH by 
the install. Certainly I just type python from anywhere 
(usually from my E:\projects\xxx  heirarchy :)

Alan g.