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.

Leave a Comment