I cannot start claude from a remote buffer.
Monet mode enabled. Use C-c m for commands.
Started monet websocket server on port 11755
Tramp: Opening connection vterm<1> for [redacted] using ssh...done
Tramp: Setup connection vterm<1> for [redacted] using ssh...done
claude-code--start: Claude Code program ’claude’ not found in PATH
claude is installed in .local/bin and is accessible on the remote machine. I have this set, which should take care of using the remote path when running programs:
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
I'm guessing there is a problem with using claude as the emacs-libvterm shell. I have tried editing claude-code.el to set vterm-tramp-shells to the same thing as vterm-shell before running vterm-mode, but it doesn't help. Any ideas on how to fix this would be greatly appreciated.
I cannot start claude from a remote buffer.
claude is installed in
.local/binand is accessible on the remote machine. I have this set, which should take care of using the remote path when running programs:I'm guessing there is a problem with using
claudeas the emacs-libvterm shell. I have tried editingclaude-code.elto setvterm-tramp-shellsto the same thing asvterm-shellbefore runningvterm-mode, but it doesn't help. Any ideas on how to fix this would be greatly appreciated.