aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2013-09-05 12:03:41 -0500
committerMax Howell2013-09-05 12:03:54 -0500
commit01442d4769fbc2edd3e7ce7d6bed46d13d7139e3 (patch)
tree80a91610324572d9e87a3d46f6e6894b3b57d79f /Library
parenta5d8bf4ae038fd65129633bbf55a6042d2d8bf98 (diff)
downloadhomebrew-01442d4769fbc2edd3e7ce7d6bed46d13d7139e3.tar.bz2
Suggest installing pip via easy_install
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 5d14f15d7..958c4154c 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`.