path var ?

Chris Liechti cliechti at gmx.net
Sun Aug 4 18:52:01 EDT 2002


"Jonas Geiregat" <kemu at sdf-eu.org> wrote in
news:3d4dab22$0$217$ba620e4c at news.skynet.be: 

> yes I have python installed
> that's not my real prob
> this is the value of my path var
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM
> I've tryed to add it like this
> %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\python
> \pyth on.exe
> but it won't work

you need to specify the path only. so what you probably want is:

"%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\python"

> "Mark McEahern" <marklists at mceahern.com> wrote in message
> news:mailman.1028499009.3085.python-list at python.org...
>> > I'm running win XP, how do I set my path variable for python. I'm
>> > already in
>> > Control panel => system => advanced => envirenment variables what
>> > now username var's or system var's and what to add ?
>>
>> Does the following file exist?
>>
>>   c:\python22\python.exe
>>
>> If so, add c:\python22 to your PATH.
>>
>> // m
>> -
>>
>>
> 
> 
> 



-- 
Chris <cliechti at gmx.net>




More information about the Python-list mailing list