Print sys paths

print all paths python imports from

import sys
[print(path) for path in sys.path]  

python stubs