Resolved: Setting up remote interpreter (mac to windows)
Hello,
I'm working on macOS (Mojave) and I'm trying to set up a remote interpreter on a windows 10 PC.
I'm able to connect to the PC via SSH but when trying to find the interpreter, I get the error "'env' is not recognized as an internal or external command, operable program or batch file."

Thanks in advance :)
Please sign in to leave a comment.
Unfortunately Windows is not supported as a target for SSH interpreter.
Please see related feature request: https://youtrack.jetbrains.com/issue/PY-20952
Thanks for the quick answer.
Would it work if I installed Linux on the PC?
Yes, SSH interpreter is intended to work with Linux, with native OpenSSH server. You can even install Linux inside a VM on Windows and use it as a target for remote interpreter.
Thanks a lot!