私はipythonインタープリターをリモートで(Emacs 24.5およびnativeを使用してpython.el
)実行しようとしていますが、適切なアプローチがあるかどうかはわかりませんC-c C-c
。
Run Python: /ssh:<server_name>:/usr/local/bin/ipython -i
(<server_name>
私の中~/.ssh/config
に有効なエントリがipython
あり、そのリモートの場所で利用可能です)、私は次のようなエラーを受け取ります:
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'
と同様:
env: /ssh:<server_name>:/usr/local/bin/ipython: No such file or directory
で*Python*
バッファ..この製造使用することであるtramp
、とされpython.el
、このようなAの方法で、遠隔通訳を実行することができ?