How to configure Atom to run Python3 scripts?
Go to the Atom's menu bar -> Packages -> Script -> Configure Script (Or, you can use the shortcut Shift+Ctrl+Alt+O)
Then type python3
to the Command space.
Hopefully, it will work.
i am using "script" package (3.18.1 by rgbkrk) to run code inside atom and this is how i fixed it
- open package settings -> view code
- open lib -> grammars -> python.coffee
- change from python to python3 in those two places 'Selection Based' and 'File Based'