美文网首页
Mac 升级python3

Mac 升级python3

作者: 灰斗儿 | 来源:发表于2020-05-06 11:07 被阅读0次
    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    python3 get-pip.py
    pip3 install requests
    

    相关文章

      网友评论

          本文标题:Mac 升级python3

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