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

import sys
pythonpath = sys.executable
print(pythonpath)

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