Posts Tagged ‘python’

January 20, 2014 0

Python search path

By in python

It seems like that the search path that python searches for modules can be retrieved from sys.path

Tags: ,