Add pip to blacklist.
Pip was removed in issue 4226. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1eec1ed20f
commit
dfcff44e3e
@ -32,11 +32,10 @@ def blacklisted? name
|
|||||||
|
|
||||||
easy_install mercurial
|
easy_install mercurial
|
||||||
EOS
|
EOS
|
||||||
when 'setuptools' then <<-EOS.undent
|
when 'pip' then <<-EOS.undent
|
||||||
When working with a Homebrew-built Python, distribute is preferred over
|
Install pip with easy_install:
|
||||||
setuptools, and can be used as the prerequisite for pip:
|
|
||||||
|
|
||||||
brew install distribute
|
easy_install pip
|
||||||
EOS
|
EOS
|
||||||
when 'npm' then <<-EOS.undent
|
when 'npm' then <<-EOS.undent
|
||||||
npm can be installed thusly by following the instructions at
|
npm can be installed thusly by following the instructions at
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user