How to get current import paths in Python? February 28, 2023 by Tarik The path locations that python checks by default can be inspected by checking sys.path. import sys print(sys.path)