mac中怎么安装python3
程序员文章站
2022-03-02 14:09:30
...
简单介绍Mac下使用HomeBrew安装Python 3.*版本并设置为默认值
1、首先查看Mac自带的python,可以看到是2.7.10的版本
2、查看python3的安装包
brew search python3
3、安装python3
brew install python3
可以看到python3的实际安装目录是/usr/local/Cellar/python3/3.6.2
4、打开配置文件并写入python的外部环境变量
open ~/.bash_profile export PATH=${PATH}:/usr/local/Cellar/python3/3.6.2/bin
5、重命名python
alias python="/usr/local/Cellar/python3/3.6.2/bin/python3.6"
6、让配置文件生效
source ~/.bash_profile
7、使用python命令查看
python
8、如果没有设置成功的话使用which python3查看此时Python3的位置是否正确,若不正确重复步骤4、5、6
which python3
更多Python相关技术文章,请访问Python教程栏目进行学习!
以上就是mac中怎么安装python3的详细内容,更多请关注其它相关文章!
上一篇: python是一种什么类型的编程语言
下一篇: 零基础学python之str怎么用
推荐阅读
-
ae cs5.5破解版怎么安装?After Effects CS5.5中文破解版安装注册图文教程
-
PixPlant怎么安装?PixPlant3中文汉化版+插件版破解安装教程(附下载)
-
Win10系统中怎么安装12306根证书?
-
CINEMA 4D怎么安装?CINEMA 4D R13中文汉化安装教程(附快捷键大全)
-
中望cad2019教育版怎么安装激活 中望cad2019安装激活图文步骤
-
ae cs6安装后怎么汉化 After Effects CS6中文汉化图文详细教程
-
linux下安装tomcat安装及配置教程(在linux中怎么安装tomcat)
-
linux下安装tomcat安装及配置教程(在linux中怎么安装tomcat)
-
AutoCAD Electrical2013中文破解版怎么安装?AutoCAD Electrical 2013破解版安装步骤
-
Win10系统中怎么安装Android Studio软件?