Installing 2.5 with 2.4?

Tim Peters tim.peters at gmail.com
Wed Sep 20 06:11:38 EDT 2006


[Duncan Booth]
>> Windows is only smart enough to avoid duplicate entries if you tell it
>> to do that. e.g.
>>
>> PATH c:\python25;c:\python25\scripts;%PATH:c:\python25;c:\python25\scripts;=%
>>
>> will add the two Python 2.5 folders to the head of the path without
>> duplicating them.

[John Machin[
> Wow .. I didn't know that! What's the syntax? Something like
> %variablename[:oldtext=[newtext]]%
> ?

Yup.

> Where is this documented?

>From a DOS box (cmd.exe), enter

    set /?



More information about the Python-list mailing list