From dfcff44e3e9129b7779e5baadc336a6d3156373f Mon Sep 17 00:00:00 2001 From: Arthur Kalmenson Date: Sun, 10 Apr 2011 17:15:02 -0400 Subject: [PATCH] Add pip to blacklist. Pip was removed in issue 4226. Signed-off-by: Adam Vandenberg --- Library/Homebrew/blacklist.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 46233f535d..297aa7cf0d 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -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