From a115fcd0dc6918d8c4bb8a0b3e6e939c43696aa8 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Wed, 29 Mar 2023 18:23:04 +0100 Subject: [PATCH] missing_formula: update instructions for pil and gsutil --- Library/Homebrew/missing_formula.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index 1a53d2e88ade8..884c3b73fcd36 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -26,7 +26,7 @@ def disallowed_reason(name) EOS when "pil" then <<~EOS Instead of PIL, consider pillow: - pip2 install pillow + brew install pillow EOS when "macruby" then <<~EOS MacRuby has been discontinued. Consider RubyMotion: @@ -42,7 +42,7 @@ def disallowed_reason(name) EOS when "gsutil" then <<~EOS gsutil is available through pip: - pip2 install gsutil + pip3 install gsutil EOS when "gfortran" then <<~EOS GNU Fortran is part of the GCC formula: