On Sun, Jun 1, 2008 at 10:31 PM, Patrick O'Callaghan <[EMAIL PROTECTED]> wrote: >> I need to add a folder to my PYTHONPATH environment variable. How can I do >> that? > > >From the shell: > > PYTHONPATH=$PYTHONPATH:my_folder > > will add it to the end. Adjust as required.
Thanks, Patrick. Paul -- fedora-list mailing list [email protected] To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
