diff options
| author | Dominyk Tiller | 2017-08-29 12:14:05 +0100 | 
|---|---|---|
| committer | Dominyk Tiller | 2017-08-29 12:14:05 +0100 | 
| commit | f8d5b20512700c9458c51523bda2da24f4212b0c (patch) | |
| tree | c3f1542af976f9f4c13698ce527b093b8ced7312 | |
| parent | c6274b01df033d99d235738c58b9f3b9eadac239 (diff) | |
| download | brew-f8d5b20512700c9458c51523bda2da24f4212b0c.tar.bz2 | |
missing_formula: use pip2 instead of pip
| -rw-r--r-- | Library/Homebrew/missing_formula.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index b507fcab1..a3d182a2b 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -31,7 +31,7 @@ module Homebrew              #{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}            EOS          when "pil" then <<-EOS.undent -          Instead of PIL, consider `pip install pillow`. +          Instead of PIL, consider `pip2 install pillow`.            EOS          when "macruby" then <<-EOS.undent            MacRuby is not packaged and is on an indefinite development hiatus. @@ -53,7 +53,7 @@ module Homebrew            ruin SSH's security.            EOS          when "gsutil" then <<-EOS.undent -          Install gsutil with `pip install gsutil` +          Install gsutil with `pip2 install gsutil`            EOS          when "gfortran" then <<-EOS.undent            GNU Fortran is now provided as part of GCC, and can be installed with: | 
