sys.path

Alex new_name at mit.edu
Thu May 17 18:29:40 EDT 2001


> Does anybody tell me how to change the sys.path? I cannot find it
> anywhere in my computer. Thanks a lot.

import sys
sys.path.append('new path that you want to be searched')

Alex.



More information about the Python-list mailing list