আমি একটি আইপথন ইন্টারপ্রেটারকে দূর থেকে চালানোর চেষ্টা করছি (ইমাস ২৪.৫ এবং নেটিভ সহ 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
এমনভাবে দূরবর্তী দোভাষী চালাতে পারবেন?