[Tutor] Setting a path

dman dsh8290@rit.edu
Sun, 4 Nov 2001 19:42:35 -0500


On Sun, Nov 04, 2001 at 03:44:06PM -0800, Dominic wrote:
| I'm running windows 2000 pro and I'm trying to set the path for
| python so that I can just go to the command prompt and type python
| script.py 

Start->Settings->Control Panel

System

Advanced (tab)

Environment Variables (button)


In the environment variables dialog find the PATH variable and add the
python installation directory to it (preceded by a semicolon).  If the
variable does not exist yet, create it (the semicolon is not needed in
this case).

-D