Installing pip on macOS does not work (anymore)

前端 未结 3 1572
死守一世寂寞
死守一世寂寞 2021-02-20 02:52

I followed online instructions on how to install pip on macOS (for example this, this, and this).

I all seems to simple, but it\'s not working for me.

3条回答
  •  北恋
    北恋 (楼主)
    2021-02-20 03:07

    Use brew for Macs

    brew install python

    this will come with pip and both python2 and python3

    instructions to bypass 2 python versions (if you want) are at https://pip.readthedocs.io/en/stable/installing/

    otherwise, it'll just be "python3 <'program'>"

    Here's how to install brew: https://www.howtogeek.com/211541/homebrew-for-os-x-easily-installs-desktop-apps-and-terminal-utilities/

提交回复
热议问题