这篇文章主要介绍Mac查找python路径的方法,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!
mac如何查看python安装路径,方法如下:
1、terminal :
input:which Python
或者
which Python3
2、terminal:
input : python--->import sys---->print sys.path
或者
input : python3--->import sys---->print sys.path
以上是Mac查找python路径的方法的所有内容,感谢各位的阅读!希望分享的内容对大家有帮助,更多相关知识,欢迎关注天达云行业资讯频道!