美文网首页
python-homebrew 安装(mac).md

python-homebrew 安装(mac).md

作者: 回忆的时间沙漏 | 来源:发表于2019-04-09 21:10 被阅读0次

    前景

    • 查找可用的python

      • 命令:brew search python


    • 查看当前安装的包

      • 命令:brew list


        image.png
    • 卸载

      • 命令:brew uninstall xxx


        image.png
      • 命令:brew uninstall --ignore-dependencies xxx


        image.png
    • 安装

      • 命令:brew install xxx
        • 安装Python2
          • 命令:brew install python@2


            image.png
        • 安装Python3
          • 命令:brew install python


            image.png

    切换Python版本

    • 命令:python2


      image.png
    • 命令:python3


      image.png
    • 命令:python


      image.png

    相关文章

      网友评论

          本文标题:python-homebrew 安装(mac).md

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