[Tutor] DOS Prompt .. changing PATH envir. var

Benoit Dupire bdupire@seatech.fau.edu
Fri, 27 Apr 2001 17:38:13 -0400


If C:\Python20  is the name of the directory in which Python is
installed

type:

set PATH=C:\Python20;%PATH%

If you don't want to type this command each time you reboot your PC (win
98 :o) !!! ),
you can edit the autoexec.bat file at the root of the file system...and
add
PATH=C:\Python20;%PATH%

(i don't think you need the 'set', but  i have NT , i do this another
way , not sure about this)



Christopher Bemis wrote:

>  I have Python 1.5, on a Windows98SE machine, How do I change the
> path?It comes from DOS...The Great One