[EMAIL PROTECTED] enlightened us with:
>   I am using Linux env.I set the PYTHONPATH using
>
> import sys
> sys.path.append(----)
>
> But we i close python and start again i is not showing my new entry in
> PYTHONPATH.
> Can anyone help me to make my path persistant?

Add the following to /etc/profile:

export PYTHONPATH="..."

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to