मैं दूर से एक ipython दुभाषिया चलाने की कोशिश कर रहा हूँ (Emacs 24.5 और देशी के साथ 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इस तरह से दूरदराज के दुभाषियों को चलाने में सक्षम है?