hover.el icon indicating copy to clipboard operation
hover.el copied to clipboard

hover cant find go executable in $PATH

Open x0xntor33alx0x opened this issue 4 years ago • 1 comments

Go build failed: exec: "go": executable file not found in $PATH while i can run go from an external terminal and i've a symlink in the PATH

x0xntor33alx0x avatar Apr 07 '21 21:04 x0xntor33alx0x

hey, you probably don't have your PATH variable correct setted up on Emacs. You can also configure a custom path with (setq hover-command-path "/path/to/hover")

ericdallo avatar Apr 07 '21 22:04 ericdallo