From 1bb30bfb69cf269fe1de5d251a4b82c7f23a083c Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 13 Apr 2020 17:08:14 -0700 Subject: [PATCH] build/bin/sage-print-system-package-command [homebrew]: Advertise .homebrew-build-env --- build/bin/sage-print-system-package-command | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/bin/sage-print-system-package-command b/build/bin/sage-print-system-package-command index 24414054058..4badbbc887d 100755 --- a/build/bin/sage-print-system-package-command +++ b/build/bin/sage-print-system-package-command @@ -28,6 +28,9 @@ case $system:$command in ;; homebrew*:install) echo "brew install $system_packages" + echo "# Afterwards, to automatically take care of homebrew messages regarding " + echo "# keg-only packages for the current shell session:" + echo "source ./.homebrew-build-env" ;; slackware*:install) echo "sudo slackpkg install $system_packages"