import sys import os print("Python executable:", sys.executable) print("sys.path (zoekpaden):") for p in sys.path: print(" ", p)