[Tutor] adding to PYTHONPATH

Joel Goldstick joel.goldstick at gmail.com
Tue Apr 19 16:28:20 CEST 2011


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

> How can I add a directory to PYTHONPATH?  Using Ubuntu 10.04.
>
> _______________________________________________
> Tutor maillist  -  Tutor at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110419/4b25a119/attachment.html>


More information about the Tutor mailing list