查看当前使用的python的安装路径

import sys
pythonpath = sys.executable
print(pythonpath)

posted @ 2022-03-21 13:32  Tomorrow1126  阅读(71)  评论(0编辑  收藏  举报