Pythonista
Pythonista copied to clipboard
Interactive python session | ssh | etc doesnt work
Seems that stash command line is the only environment that is piped over the connection. If I open an interactive python session, or try to ssh, etc, the stdin/out/err are no longer echoed to client.
I understand this has to do with the redirection of stdin/out/err, just am not python-competent enough to fix it. Are you?