0
How can l open a file from atom in the terminal in order to execute commands
2 Antworten
+ 1
Edit:
I learned there's an Atom package that does exactly that.
https://atom.io/packages/script
Add it to Atom.
Thank you.
0
Atom is an editor and to my knowledge editors do not run commands. They help you with creating and editing the programmes. Why not just save the file and then execute in Python by opening it in the terminal?
Also, you can run Python via Command Prompt or Powershell by typing 'python' and then the filename and 'enter'.