Re: [Pythonmac-SIG] Using .pth to adjust Python on startup

2005-01-14 Thread Bob Ippolito
On Jan 14, 2005, at 13:29, Robert White wrote: Last night, while researching a different problem, I ran across the usage of 'import' within ".pth" to run arbitrary code as the Python environment is being initialized. I believe that this provides an alternative to using PYTHONPATH and possibly s

[Pythonmac-SIG] Using .pth to adjust Python on startup

2005-01-14 Thread Robert White
Last night, while researching a different problem, I ran across the usage of 'import' within ".pth" to run arbitrary code as the Python environment is being initialized. I believe that this provides an alternative to using PYTHONPATH and possibly some of the other environment variables via "~/.Ma