aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorArthur Kalmenson2011-04-10 17:15:02 -0400
committerAdam Vandenberg2011-04-11 07:51:36 -0700
commitdfcff44e3e9129b7779e5baadc336a6d3156373f (patch)
treed7dde2160ffc58dbf3aa660253c01ba9a71585f6 /Library
parent1eec1ed20fbc59bc857b6779d6912141ae6d34fd (diff)
downloadbrew-dfcff44e3e9129b7779e5baadc336a6d3156373f.tar.bz2
Add pip to blacklist.
Pip was removed in issue 4226. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 46233f535..297aa7cf0 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