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

James Sungjin Kim kimsj at mobile.snu.ac.kr
Thu Aug 18 23:03:01 EDT 2005


Steve Holden wrote:
> sys.path.append(r"C:\Temp")

In this case, do I need to save the refined path, i.e, the original 
paths + the new path (r"C:\Temp"), by using some command in order to use 
it permanently. if yes, it would be greatly appreciated to noitce the 
correspoding command and the usage of it.

-James



More information about the Python-list mailing list