Answers for "how to get the path of my python installer"

4

find python path windows

>>> import os
>>> import sys
>>> os.path.dirname(sys.executable)
'C:\Python25'
Posted by: Guest on December-09-2020
0

Find the path of python executable

where python
Posted by: Guest on December-04-2021

Code answers related to "how to get the path of my python installer"

Python Answers by Framework

Browse Popular Code Answers by Language