Only guessing here, it might be related to the fact that your shell init file is loaded in the terminal. So env vars such as PATH might be different if starting from your shell or your app launcher.
this post was submitted on 05 Jul 2023
1 points (100.0% liked)
Emacs
2194 readers
1 users here now
Our infinitely powerful editor.
founded 4 years ago
MODERATORS
Oh yes.. i think that might be right. Im using zsh, with a zshrc file, and its almost certain that running emacs from applications is using bash... I knew it would be something dumb. Thanks!!!
No problem, I definitely made that mistake multiple times before
For completion, i used the exec-path-from-shell
package from MELPA, magically solved all my problems