On Mar 18, 8:56 am, Peng Yu <pengyu...@gmail.com> wrote:
> Hi,
>
> man python says "If a script  argument  is  given,  the directory
> containing the script is inserted in the path in front of $PYTHONPATH.
> The search path can be manipulated from  within a Python program as
> the variable sys.path." Instead I want to have the current directory
> inserted to the front of $PYTHONPATH without changing anything the
> script. Is there a way to do so?
>
> --
> Regards,
> Peng

Have you seen http://docs.python.org/2/library/site.html ?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to