Add pip to blacklist.

Pip was removed in issue 4226.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Arthur Kalmenson 2011-04-10 17:15:02 -04:00 committed by Adam Vandenberg
parent 1eec1ed20f
commit dfcff44e3e

View File

@ -32,11 +32,10 @@ def blacklisted? name
easy_install mercurial
EOS
when 'setuptools' then <<-EOS.undent
When working with a Homebrew-built Python, distribute is preferred over
setuptools, and can be used as the prerequisite for pip:
when 'pip' then <<-EOS.undent
Install pip with easy_install:
brew install distribute
easy_install pip
EOS
when 'npm' then <<-EOS.undent
npm can be installed thusly by following the instructions at