bogon:~ wanglei$ brew install pip Error: No available formula with the name "pip" Homebrew provides pip via: `brew install python`. However you will then have two Pythons installed on your Mac, so alternatively you can install pip via the instructions at: https://pip.readthedocs.org/en/stable/installing/#install-pip
由此可见,在home-brew中,pip的安装是跟python一起的。
换种方式:
bogon:~ wanglei$ sudo easy_install pip Password: Searching for pip Reading https://pypi.python.org/simple/pip/ ...
稍等片刻,pip就安装完毕。。。
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/199577.html原文链接:https://javaforall.net
