美文网首页
iTerm2 设置 时 pip 和 Python3 版本问题

iTerm2 设置 时 pip 和 Python3 版本问题

作者: Qo_Tn | 来源:发表于2020-04-26 12:07 被阅读0次

    1. 安装 pip :

    `sudo easy_install pip`
    
    • Python 2.7 版本 安装pip 为 -9.0.1

    • Python 3.0+版本 安装的 pip 为 - 10.0.0+

    • 所以,更新pip 先安装 Python 3.0+

    • 更新 Python:
      curl https://bootstrap.pypa.io/get-pip.py | python3

    2. 安装 powerline :

     `pip install powerline-status --user`   
    

    参考地址:

    iTerm2 + Oh My Zsh 打造舒适终端体验

    确认SSL证书时出现问题-OSX

    相关文章

      网友评论

          本文标题:iTerm2 设置 时 pip 和 Python3 版本问题

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