Pycharm starts python interpreter when I run/debug a file
已完成
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?
请先登录再写评论。
CLOSED:
Run > Edit Configurations
Deselect the checkbox that says "Show command line afterwards" , hit apply/ok
presto-chango