Répertoire d'installation de Python Print
import sys, os
os.path.dirname(sys.executable)
Thoughtless Tapir
import sys, os
os.path.dirname(sys.executable)