Kagaratsch
Kagaratsch

Reputation: 1023

Atom python IDE, use command line execution?

I would like to use the Atom IDE since it has nice syntax highlighting for python.

However, when I open a .py file in atom, somehow I cannot execute that file in a terminal any more. When I call the .py file in the terminal, instead of the output the terminal returns nothing and the atom window starts blinking as if it is forcefully taking priority.

Is there a way to set atom to only work as an editor and leave the execution of files to the terminal?

Upvotes: 0

Views: 68

Answers (2)

Surya
Surya

Reputation: 179

you need to install additional packages to run python scripts using atom. You can check this Youtube video.

Credit: @Host Promo

Upvotes: 0

Alec
Alec

Reputation: 9546

You can use the run-in-terminal package.

Upvotes: 1

Related Questions