On Tue, Apr 19, 2011 at 9:49 AM, mes...@juno.com <mes...@juno.com> wrote:

> How can I add a directory to PYTHONPATH?  Using Ubuntu 10.04.
>
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>

from the shell type this:

export PYTHONPATH=$PYTHONPATH:/your/path/to/python/modules




-- 
Joel Goldstick
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to