Путь Python к исполнению Python

>>> import sys
>>> print(sys.executable)
C:\path\to\python.exe
Caleb McNevin