Open vyorkin opened 2 years ago
Hi! Can you please tell where the reformatter is searching for the dune executable?
reformatter
dune
△ lla ~/bin G dune lrwxr-xr-x 37 vyorkin 30 Sep 14:49 dune -> /Users/vyorkin/.opam/default/bin/dune ▲ where dune /Users/vyorkin/.opam/default/bin/dune /Users/vyorkin/bin/dune
I am using macOS
It searches in exec-path or the $PATH environment variable. On MacOS with a GUI Emacs, you might be surprised by what the defaults for those settings are — check out my exec-path-from-shell package.
exec-path
$PATH
exec-path-from-shell
Hi! Can you please tell where the
reformatter
is searching for thedune
executable?I am using macOS