triphook
triphook

Reputation: 3087

PyCharm running scripts in Python Console

I don't know if I accidentally pressed a hotkey or what, but suddenly my PyCharm interpreter is automatically launching my code in the "Python Console" instead of the run window when I select "Run". When I go to View > Tool Windows, "Run (Alt + 4)" is greyed out. How do I switch back to running scripts in the Run window?

Upvotes: 0

Views: 224

Answers (1)

Shintlor
Shintlor

Reputation: 812

Go to Run/Debug Configurations (you can find it in the menu bar in the drop down menu) and have a look if the check-mark Run with Python console is set. If so, deactivate it and try again.

Upvotes: 2

Related Questions