Python Drukuj katalog instalacji
import sys, os
os.path.dirname(sys.executable)
Thoughtless Tapir
import sys, os
os.path.dirname(sys.executable)