Hi all,
Thanks for the response. Yeah that's what I'm currently doing but I
thought that it would be cleaner for me to append my own location at
compile time. I'm surprised that this doesn't exist..
Thanks.
Avell Diroll wrote:
> rh0dium wrote:
> (snip)
> > I want to add /foo/bar to the PYTHO
rh0dium wrote:
(snip)
> I want to add /foo/bar to the PYTHONPATH build so I don't have to add
> it later on. Is there a way to do this?
(snip)
If i understand correctly, you want to add a directory to your
PYTHONPATH for a specific script without modifying the system PYTHONPATH
global variable
On 21 Jun 2006 15:54:56 -0700, rh0dium <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Can anyone help me out. I would like to have python automatically look
> in a path for modules similar to editing the PYTHONPATH but do it at
> compile time so every user doesn't have to do this..
>
> Soo...
>
> I want