Home  >  Q&A  >  body text

通过brew安装了python2.X和python3.X,python2里自带有pip工具,但是python3里木有pip3

从搜索到的资料来看,python3.X里面自带pip3工具,但是我通过brew安装python3后找不到pip3,小白一枚吗,在此跪求解决方案

天蓬老师天蓬老师2740 days ago858

reply all(4)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:22:50

    Look at the catalog/usr/local/opt/python3/bin/Is there anything below?

    reply
    0
  • PHPz

    PHPz2017-04-18 10:22:50

    So you are using brew install pip3

    reply
    0
  • 阿神

    阿神2017-04-18 10:22:50

    Look at this path?
    /Library/Frameworks/Python.framework/Versions/3.6/bin/pip3

    If not, install it again like this
    https://pip.pypa.io/en/stable...

    reply
    0
  • 阿神

    阿神2017-04-18 10:22:50

    There are several versions of python3.x that do not have pip by default and must be installed separately

    wget https://bootstrap.pypa.io/get-pip.py
    python3.5 get-pip.py

    reply
    0
  • Cancelreply