PyCharm: Running a script in the 'Run' instead of the 'Python Console' in PyCharm Community Edition
I have been using PyCharm for a week now. I have made some scripts. I ran it without defining any configuration (by just right-clicking and selecting the run option). My output popped up in the 'Run' window in PyCharm. Now, for some reason, I wish to run it in the 'Python Console'. I again right-clicked and chose 'Run File in Python Console' option and my output got displayed in 'Python Console'.
Everything was fine up to this point. Now, I wish to run the file back in the 'Run' window. However, when I right-clicked and selected the 'run' option, the output was getting displayed in the 'Python Console'.
Of course, I can change this by modifying the 'Edit Configuration' option (unchecking the 'Run with Python Console' box). But my question is, Do I have to modify the 'Edit Configuration' option each time I wish to switch between the 'Run' and 'Python Console' windows? or Is there a better way to do it?
Please sign in to leave a comment.
Hi,
Unfortunately, that's a known problem https://youtrack.jetbrains.com/issue/PY-36063 that we haven't addressed yet.