homebrew-python has moved to Homebrew org.
This commit is contained in:
parent
410121d8ed
commit
5b95710254
@ -27,7 +27,7 @@ def blacklisted? name
|
||||
sudo easy_install pip
|
||||
EOS
|
||||
when 'pil' then <<-EOS.undent
|
||||
Instead of PIL, consider `pip install pillow` or `brew install samueljohn/python/pillow`.
|
||||
Instead of PIL, consider `pip install pillow` or `brew install homebrew/python/pillow`.
|
||||
EOS
|
||||
when 'macruby' then <<-EOS.undent
|
||||
MacRuby works better when you install their package:
|
||||
|
||||
@ -73,7 +73,6 @@ module Homebrew extend self
|
||||
|
||||
SEARCHABLE_TAPS = [
|
||||
%w{josegonzalez php},
|
||||
%w{samueljohn python},
|
||||
%w{marcqualie nginx},
|
||||
%w{Homebrew apache},
|
||||
%w{Homebrew versions},
|
||||
@ -82,6 +81,7 @@ module Homebrew extend self
|
||||
%w{Homebrew science},
|
||||
%w{Homebrew completions},
|
||||
%w{Homebrew binary},
|
||||
%w{Homebrew python},
|
||||
]
|
||||
|
||||
def query_regexp(query)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user