Uzaktan (bir Emacs 24.5 ve yerli ile python.el
) bir ipython yorumlayıcı çalıştırmaya çalışıyorum , ama doğru bir yaklaşım var emin değilim: ne zaman (örneğin tetiklenir C-c C-c
) örneğin böyle bir komutu çalıştırmak için :
Run Python: /ssh:<server_name>:/usr/local/bin/ipython -i
(ile <server_name>
geçerli skinTenimde girişi ~/.ssh/config
ve ipython
o uzakta bir yerde mevcut), bir hata gibi olsun:
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'
Hem de:
env: /ssh:<server_name>:/usr/local/bin/ipython: No such file or directory
Bir de *Python*
tampon .. bu yapım kullanımı mı tramp
, ve bir python.el
şekilde uzak tercüman çalıştırmak mümkün?