简体   繁体   中英

Reoccurring Python error that doesn't make much sense

I keep getting this error while working in a script:

'python' is not recognized as an internal or external command,
operable program or batch file.

Isn't this an error you'd see in terminal? I'm in Atom text editor. On top of that, it was working a few minutes ago (ie giving me errors about my actual code) and I've been working on it with no problem all day long.

Reinstall Python, and make sure you check the 'Add to Path' option.

You could also try adding Python to the path variable ( Tutorial ).

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