Ich versuche, einen Ipython-Interpreter remote auszuführen (mit Emacs 24.5 und native python.el
), bin mir aber nicht sicher, ob ich den richtigen Ansatz habe: Wann immer ich zum Beispiel versuche, einen solchen Befehl auszuführen (der ausgelöst wird mit C-c C-c
):
Run Python: /ssh:<server_name>:/usr/local/bin/ipython -i
(mit <server_name>
einem gültigen Eintrag in meinem ~/.ssh/config
und ipython
an diesem entfernten Ort verfügbar), erhalte ich eine Fehlermeldung wie:
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'
ebenso gut wie:
env: /ssh:<server_name>:/usr/local/bin/ipython: No such file or directory
in einem *Python*
Puffer .. Nutzt dies Remote-Interpreter tramp
und python.el
kann es so ausführen?