简体   繁体   中英

Emacs shell not start python interpreter

Windows 7, Emacs 25.1, Python 2.7

  1. Start Windows prompt
  2. input "python"
  3. success enter to python 在此处输入图片说明

  4. Emacs

  5. Start shell
  6. input "python"

Not start python 在此处输入图片说明

Why?

To start python from emacs you can start a new instance of a python interpreter with the command Mx run-python . In my experience the shell implementations in emacs is somewhat limited in functionality. You can also run python from within emacs own shell implementation eshell .

It's works. It starts a python interpreter but also it shows me a warning: 在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM