Skip to content

Instantly share code, notes, and snippets.

@usagimaru
Last active June 29, 2023 05:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save usagimaru/59b6083e37fe0298c9eee630d7e1915e to your computer and use it in GitHub Desktop.
Save usagimaru/59b6083e37fe0298c9eee630d7e1915e 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