From e1e69da6b394cc0a843787b809c550344a7347f1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 11 Mar 2019 12:33:51 +0000 Subject: [PATCH] missing_formula: add `brew cask` command. --- Library/Homebrew/missing_formula.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb index 1627c8a404..2aabc656b4 100644 --- a/Library/Homebrew/missing_formula.rb +++ b/Library/Homebrew/missing_formula.rb @@ -27,9 +27,8 @@ module Homebrew brew cask install basictex EOS when "asymptote" then <<~EOS - The recommended way to install Asymptote is as part of the MacTeX collection. - With that installed, try `which asy` to confirm Asymptote has been installed - as part of the collection, or use MacTeX's TeX Live Utility to add it. + Asymptote is part of MacTeX: + brew cask install mactex EOS when "pip" then <<~EOS pip is part of the python formula: