원격으로 (Emacs 24.5 및 native 사용하여) ipython 인터프리터를 실행하려고 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
A의 *Python*
버퍼 ..이 만드는 사용으로 tramp
하고, python.el
같은 방식으로 원격 통역을 실행할 수?