-
Taking a stab in the dark here ... I am using templater to pull my calendar entries and insert them into my Daily Notes. The script works perfect on my laptop but not on my m1 mini. I've verified that everything running the same version. After investigating it a bit it seems to be something to do with the $PATH (i.e., they seem to be the only difference between the two computers). Any suggestions or tips to troubleshoot this? Note: I had previously used "Day Planner" so I still use the same format Process:
Observations
/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/me/bin:/opt/homebrew/bin:/opt/homebrew/sbin:usr/local/bin
/Users/me/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin Notes
The obvious answer would be to set them up the same as the laptop but then that gives me errors with homebrew. I might do that but was hoping I'm missing something obvious. Any tips or suggestions would be appreciated! Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Quick FixTo fix this I added the path to the commands being used. User Function now looks like this:
Observations
|
Beta Was this translation helpful? Give feedback.
Quick Fix
To fix this I added the path to the commands being used. User Function now looks like this:
Observations
echo $0
). Outputs/opt/homebrew/bin/zsh