ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-Tutor
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved