python3 executable path code example Example: python path to python executable >>> import sys >>> print(sys.executable) C:\path\to\python.exe