Python Print Install -Verzeichnis

import sys, os
os.path.dirname(sys.executable)
Thoughtless Tapir