tpapp / julia-repl

Run an inferior Julia REPL in a terminal inside Emacs
Other
169 stars 35 forks source link

Does not work on Windows #133

Open wentasah opened 1 year ago

wentasah commented 1 year ago

This package doesn work on Windows. The default terminal backed runs all its processes via /bin/sh, which doesn't exist on Windows. An alternative vterm backed is not supported on Windows at all. I believe there are some ways how to use this package on Windows, but somebody will have to investigate what are the options. I might be able to look at it, but I'm not sure when.

Related issues:

cc @StefanPofahl

StefanPofahl commented 1 year ago

Hi thanks a lot for your investigations! Perhaps, it might be sufficient, if it is possible to tell emacs, where to find "sh.exe"? Octave come with some unix-tools ...

StefanPofahl commented 1 year ago

I have also opened a question regarding the vterm on: https://answers.launchpad.net https://answers.launchpad.net/libvterm/+question/704002