Basically,
- set up passwordless remote login on
somehostwith the Julia executable available at/path/julia, - make sure that from the command line (outside Emacs)
works,ssh -t somehost /path/julia - add an executable record as
(remote "ssh -t somehost /path/julia")
and select it.
I will add it to the README at some point.