Location of global libraries for Python on Mac? December 18, 2023 by Tarik Try checking your python’s sys.path list with: import sys print(sys.path)