大家好,小编来为大家解答以下问题,mac python下载安装教程,python在mac上怎么下载,今天让我们一起来看看吧!
(一)python安装目录:
1.Mac系统自带的python环境在:
Python 2.7.10:/System/Library/Frameworks/Python.framework/Version/2.7
其中,解释器在该目录下的 ./bin/python2.7
2.用户安装的python环境默认环境在:
python 3.4.2:/Library/Frameworks/Python.framework/Version/3.4
其中,解释器在该目录下的 ./bin/python3.4
3.homebrew安装的python在
…/Cellar/python3/3.6.1/bin
4.命令总结:
ls -al /usr/local/bin | grep python
#显示/usr/local/bin目录下所有与"python"字符串相关的文件
#查看python3指向的文件文章来源:https://www.toymoban.com/news/detail-715499.html
----*----
5.本机Mac进入python3的路径:
运行 cd /Library/Frameworks/Python.framework/Versions/3.6/bin
敲python,即可进入python3的运行模式文章来源地址https://www.toymoban.com/news/detail-715499.html
(一)python安装目录:
1.Mac系统自带的python环境在:
Python 2.7.10:/System/Library/Frameworks/Python.framework/Version/2.7
其中,解释器在该目录下的 ./bin/python2.7
2.用户安装的python环境默认环境在:
python 3.4.2:/Library/Frameworks/Python.framework/Version/3.4
其中,解释器在该目录下的 ./bin/python3.4
3.homebrew安装的python在
…/Cellar/python3/3.6.1/bin
4.命令总结:
ls -al /usr/local/bin | grep python
#显示/usr/local/bin目录下所有与"python"字符串相关的文件
#查看python3指向的文件
----*----
5.本机Mac进入python3的路径:
运行 cd /Library/Frameworks/Python.framework/Versions/3.6/bin
敲python,即可进入python3的运行模式
到了这里,关于mac python下载安装教程,python在mac上怎么下载的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!