From fad1df935915c02688b4688936ebe392fb120957 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Thu, 5 Sep 2013 12:03:41 -0500 Subject: [PATCH] Suggest installing pip via easy_install --- Library/Homebrew/blacklist.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 5d14f15d77..958c4154c6 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -27,7 +27,9 @@ def blacklisted? name We recommend using a MacTeX distribution: http://www.tug.org/mactex/ EOS when 'pip' then <<-EOS.undent - pip is installed by `brew install python` + Homebrew provides pip via: `brew install python`. However you will then + have two Pythons installed on your Mac, so alternatively you can: + sudo easy_install pip EOS when 'pil' then <<-EOS.undent Instead of PIL, consider to `pip install pillow` or `brew install samueljohn/python/pillow`.