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
commitfad1df935915c02688b4688936ebe392fb120957 (patch)
tree1f9a65ed52a6de79460f4bd290d12fe9353e2249 /Library
parent59a0c1e1b5604ab198e9694df030cd855b5ccbd6 (diff)
downloadbrew-fad1df935915c02688b4688936ebe392fb120957.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`.