标签: python
在Windows上,如何在运行时从脚本中找到python.exe的路径?
答案 0 :(得分:11)
>>> import sys >>> sys.executable 'C:\\Program Files\\Python31\\pythonw.exe'