如何查看python安装路径

在pycharm中输入:

import sys
print (sys.path)

运行即可:会打印出你的当前版本安装包的位置 


猜你喜欢

转载自blog.csdn.net/xxlovesht/article/details/80648134