Modify Python Path

Dennis Lee Bieber wlfraed at ix.netcom.com
Sat Dec 7 16:46:56 EST 2002


Erik Max Francis fed this fish to the penguins on Saturday 07 December 
2002 12:13 pm:

> Kenneth Gomez wrote:
> 
>> This may seem like a silly question but I have tried the
>> documentation and the system registry but I cant find where Python
>> stores the search path.
> 
> sys.path.  You can also use the PYTHONPATH environment variable,
> though since I'm a UNIX guy I don't know exactly how that translates
> into Windows (which you're obviously using).
> 

        On the older Windows versions (9x family), edit c:\autoexec.bat (your 
choice: command shell, "start/run: sysedit", "start/run: msconfig" 
(W98+)).

        The NT family requires setting up via some configuration editor (I 
don't think msconfig is used in NT, but it might have that name) under 
"environment".

-- 
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <




More information about the Python-list mailing list