|
|
 |
python-Tutor
Re: [Tutor] how can i
by Benoit Dupire other posts by this author
Apr 29 2001 1:54AM messages near this date
[Tutor] how can i
|
[Tutor] 15 puzzle (fwd)
You need to change the PATH variable which designates the default directories
in
which the OS looks into to find your programs......
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
you can edit the autoexec.bat file at the root of the file system...and
add
PATH=C:\Python20;%PATH%
I don't know at all Windows 2000....
In NT you can do START > Settings > Control Panel > System > environment
and there you can set the PATH environment variable
check if this works with Win2000....
hope it helps...
Benoit
net spike wrote:
> how do i set my system up so if i open a command promp and type python
> it will start the python prompt? i run windows 2000pro if thats any help
> thank you for any help you can provide
>
> Brian
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
> _______________________________________________
> Tutor maillist - Tutor@[...].org
> http://mail.python.org/mailman/listinfo/tutor
--
Benoit Dupire
Graduate Student
----------------
I'd like to buy a new Boomerang. How can i get rid of the old one?
_______________________________________________
Tutor maillist - Tutor@[...].org
http://mail.python.org/mailman/listinfo/tutor
Thread:
net spike
Benoit Dupire
|
|
|
 |
|