OS Console remote terminal won't start
I have a remote project (Raspbian host) set up that is working well (WxPython development) but the Terminal under OS Console gets an error:
Process failed to start:
which() got an unexpected keyword argument 'env'
Is opening a terminal on a remote host supported?
Comments
What is the Python Executable set to in your remote host configuration? I'm guessing either this is an issue with using the "Activated Env" option or possibly a result of using a shell other than the default on the remote host.
It is set to
Use Defaultbut I do have pyenv installed on the remote sowhich python3shows/home/pi/.pyenv/shims/python3However, I changed the executable to
/usr/bin/python3but that did not fix it.Does running 'bash -norc' work on the remote host? The solution may be to edit the OS Command that New Terminal creates and change the command line to something else.
yes,
bash -norcruns fine. I changed the command tozsh -fas that is my preferred shell and I get the same error.I can configure a command like
ls -AlFwhich works fine./usr/bin/zsh -fstill gets the above error.