Sto provando a eseguire un interprete ipython da remoto (con Emacs 24.5 e nativo python.el), ma non sono sicuro di avere l'approccio giusto: ogni volta che provo ad eseguire un comando del genere per esempio (che viene attivato con C-c C-c):
Run Python: /ssh:<server_name>:/usr/local/bin/ipython -i
(con <server_name>una voce valida nella mia ~/.ssh/confige ipythondisponibile in quella posizione remota), ricevo un errore come:
Warning (emacs): Python shell prompts cannot be detected.
If your emacs session hangs when starting python shells
recover with `keyboard-quit' and then try fixing the
interactive flag for your interpreter by adjusting the
`python-shell-interpreter-interactive-arg' or add regexps
matching shell prompts in the directory-local friendly vars:
+ `python-shell-prompt-regexp'
+ `python-shell-prompt-block-regexp'
+ `python-shell-prompt-output-regexp'
Or alternatively in:
+ `python-shell-prompt-input-regexps'
+ `python-shell-prompt-output-regexps'
così come:
env: /ssh:<server_name>:/usr/local/bin/ipython: No such file or directory
in un *Python*buffer .. Sta facendo uso di tramped è in python.elgrado di eseguire interpreti remoti in questo modo?