how do i add a new path into sys.path?

wen wenming_hu2002 at hotmail.com
Thu Aug 18 06:06:53 EDT 2005


if i wanna add the path "C:\temp" into sys.path, and make it available for
any other new python apps, like i add C:\temp into windows path , how?
thank you.

"apa" <apadovan at gmail.com> wrote in message
news:1124353535.829964.208660 at o13g2000cwo.googlegroups.com...
> You can do it this way:
>
> sys.path.append("C:\Temp")
>
> Alejandro
>





More information about the Python-list mailing list