In my terminal, I type $ which python3, outputting
$ which python3
/opt/local/bin/python3
I would like to configure Atom to run Python3 scrip
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.
python3