missing_formula: use pip2 instead of pip
This commit is contained in:
parent
c6274b01df
commit
f8d5b20512
@ -31,7 +31,7 @@ module Homebrew
|
|||||||
#{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}
|
#{Formatter.url("https://pip.readthedocs.io/en/stable/installing/")}
|
||||||
EOS
|
EOS
|
||||||
when "pil" then <<-EOS.undent
|
when "pil" then <<-EOS.undent
|
||||||
Instead of PIL, consider `pip install pillow`.
|
Instead of PIL, consider `pip2 install pillow`.
|
||||||
EOS
|
EOS
|
||||||
when "macruby" then <<-EOS.undent
|
when "macruby" then <<-EOS.undent
|
||||||
MacRuby is not packaged and is on an indefinite development hiatus.
|
MacRuby is not packaged and is on an indefinite development hiatus.
|
||||||
@ -53,7 +53,7 @@ module Homebrew
|
|||||||
ruin SSH's security.
|
ruin SSH's security.
|
||||||
EOS
|
EOS
|
||||||
when "gsutil" then <<-EOS.undent
|
when "gsutil" then <<-EOS.undent
|
||||||
Install gsutil with `pip install gsutil`
|
Install gsutil with `pip2 install gsutil`
|
||||||
EOS
|
EOS
|
||||||
when "gfortran" then <<-EOS.undent
|
when "gfortran" then <<-EOS.undent
|
||||||
GNU Fortran is now provided as part of GCC, and can be installed with:
|
GNU Fortran is now provided as part of GCC, and can be installed with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user