diff options
| author | samueljohn | 2012-10-02 15:00:09 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-02 08:29:21 -0700 |
| commit | 33b2a29e1460ef307254dfab9a849dd972e5a5c8 (patch) | |
| tree | 58e3ac13e5309a741c5f8c747a7dee57faa4e5e7 /Library/Homebrew/blacklist.rb | |
| parent | 3cb7a02beb4d66e195b9e1ca420e0b292fa595c4 (diff) | |
| download | brew-33b2a29e1460ef307254dfab9a849dd972e5a5c8.tar.bz2 | |
Replace mentions of easy_install by pip
Use this chance to correct minor typos.
Closes Homebrew/homebrew#15242.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index babca2b81..10e9196f6 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -29,9 +29,7 @@ def blacklisted? name We recommend using a MacTeX distribution: http://www.tug.org/mactex/ EOS when 'pip' then <<-EOS.undent - Install pip with easy_install: - - easy_install pip + pip is installed by `brew install python` EOS when 'macruby' then <<-EOS.undent MacRuby works better when you install their package: |
