开发者

cygwin shell in emacs /cmd.exe in windows

开发者 https://www.devze.com 2023-01-18 07:18 出处:网络
I am attempting to get python to run in a command shell in emacs. I have tried the standard M-x shell that comes with windows emacs and then type \'python\' but pyt开发者_如何学运维hon just hangs up (

I am attempting to get python to run in a command shell in emacs. I have tried the standard M-x shell that comes with windows emacs and then type 'python' but pyt开发者_如何学运维hon just hangs up (no output). I have also tried running other program shells such as bash.exe from cygwin with the same result. Any way to get a shell that can run other programs like python?


Why not use M-x python-shell? This provides an interactive REPL for Python within Emacs.

0

精彩评论

暂无评论...
验证码 换一张
取 消