美文网首页
Mac安装python3

Mac安装python3

作者: 疯狂小鱼人 | 来源:发表于2018-03-28 14:31 被阅读0次

    mac系统默认安装的是Python2.7的版本,需要自己手动安装Python3.

    (1)安装xcode。

    (2)安装Xcode command line tool---

    终端:xcode-select --install 回车。

    (3)安装套件管理工具:Homebrew

    终端:ruby -e"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"   回车。(之后需要点击回车和输入设备密码)

    (4)安装Python

    终端:brew install python (路径我使用的默认的)

    安装之后:查找安装的路径指令:which python3

    相关文章

      网友评论

          本文标题:Mac安装python3

          本文链接:https://www.haomeiwen.com/subject/cwuycftx.html