Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingtosh/0fd25be68e2ecfc10b47cfa9a61e0851 to your computer and use it in GitHub Desktop.
Save kingtosh/0fd25be68e2ecfc10b47cfa9a61e0851 to your computer and use it in GitHub Desktop.
How to resolve to use Homebrew commands from Shortcuts.app on macOS.

HomebrewコマンドをShortcuts.app (macOS) で利用するためにパスを通す

Shortcuts.appでShell Scriptを実行する際、/opt/homebrew/binにパスが通らない問題があった。

スクリプトの先頭行に以下の一文を追記して解決した。

PATH=$PATH:/opt/homebrew/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment