美文网首页
Python学习

Python学习

作者: CaiBird | 来源:发表于2017-03-23 19:55 被阅读18次

    教程

    python3.5教程-廖雪峰

    安装

    1. 安装Homebrew (方便安装Python3)
      在mac终端(Terminal)输入:
      /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
      等待Homebrew安装完成(中间要输入mac密码)。
    2. 安装Python3.X最新版本
      在mac终端(Terminal)输入:
      brew install python3
      等待最新版本python3.X安装完成。
    3. 版本切换
      在mac终端(Terminal)输入:
      python 使用系统自带python2.7.0
      在mac终端(Terminal)输入:
      python3使用刚才安装python3.6.0_1

    相关文章

      网友评论

          本文标题:Python学习

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