Closed chrisalcantara closed 2 years ago
this probably because Emacs did not inherited the PATH variable.
What's the value of PATH inside Emacs? (run (getenv "PATH")
somewhere to check)
I've since solved this issue by ensuring Emacs could read the PATH
variable.
Getting this error running Emacs 26.2 on macOS 10.12.6.
I placed the gotests.el file in my
.emacs.d/
folder and I get the above error when I rungotests-region
.gotests
does run for me on the command line.