In my terminal, I type $ which python3
, outputting
/opt/local/bin/python3
I would like to configure Atom to run Python3 scrip
If you are using Mac OS X, use the directory on the terminal to open the file.
Select the file python3, right click and select "get info". Select the directory from "Where:" and past it in Atom.
As Terry told you:
Then type python3 to the Command space.
i am using "script" package (3.18.1 by rgbkrk) to run code inside atom and this is how i fixed it