如何查看自己的python解释器的位置 win进入命令模式 输入 import sys import os print(os.path.dirname(sys.executable)) 回车就能看到了