Estou tentando executar um interpretador ipython remotamente (com Emacs 24.5 e nativo python.el
), mas não tenho certeza de que tenho a abordagem correta: sempre que tento executar esse comando, por exemplo (que é acionado com C-c C-c
):
Run Python: /ssh:<server_name>:/usr/local/bin/ipython -i
(com <server_name>
uma entrada válida em meu ~/.ssh/config
e ipython
disponível nesse local remoto), recebo um erro como:
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'
assim como:
env: /ssh:<server_name>:/usr/local/bin/ipython: No such file or directory
em um *Python*
buffer. Isso está fazendo uso tramp
e é python.el
capaz de executar intérpretes remotos dessa maneira?