Python Library Path

I think you’re looking for sys.path

import sys
print (sys.path)

Leave a Comment