Installing pip on macOS Sierra

前端 未结 7 1151
执念已碎
执念已碎 2021-01-31 20:11

I\'ve been trying to install pip on macOS sierra via brew, but every time it completes without installing the binaries in /usr/local/Cellar/python/2.7.13/bin.

7条回答
  •  暖寄归人
    2021-01-31 20:46

    You just need to install pip which is not automatically installed in macOS Sierra.

    Run sudo easy_install pip

提交回复
热议问题