On Sun, 2008-06-01 at 21:17 +0100, Paul Smith wrote:
> Dear All,
> 
> 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.

poc

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to