Pycharm starts python interpreter when I run/debug a file
Completed
When I hit the "run" button to run a .py file in pycharm it will open my python interpreter in pycharm. The process will stay open until I hit the "stop" or "close" buttons. I've not seen this behavior before
Any idea on how to stop this from happening?
Please sign in to leave a comment.
CLOSED:
Run > Edit Configurations
Deselect the checkbox that says "Show command line afterwards" , hit apply/ok
presto-chango