The list of search path can be found in the path variable in the sys module : Sys : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Sys »

 

The list of search path can be found in the path variable in the sys module


import sys, pprint
pprint.pprint(sys.path)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Sys