美文网首页
Mac 下搭建Python环境

Mac 下搭建Python环境

作者: 测试学习之旅 | 来源:发表于2021-09-05 16:14 被阅读0次

    练习python首先得拥有 python环境python IDE

    mac安装python3环境

    1. 下载home brew 执行
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
    1. brew命令安装 python3
    brew install python3
    
    1. 安装python IDE 我使用的 pyChram
    2. 安装pip命令
    brew install pip3
    

    相关文章

      网友评论

          本文标题:Mac 下搭建Python环境

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