Answers for "python path to python executable"

5

python path to python executable

>>> import sys
>>> print(sys.executable)
C:\path\to\python.exe
Posted by: Guest on April-17-2020

Code answers related to "python path to python executable"

Python Answers by Framework

Browse Popular Code Answers by Language