No "Emulate terminal in output console" option in PyCharm for Windows

已回答

I'm running PyCharm 2019.3 on Windows 10.

In order to have PyCharm behave well with progress bars (tqdm, in my case), I found online (e.g., https://stackoverflow.com/questions/45012964/stdout-progress-bars-dont-work-in-pycharm) that some users recommended checking "Emulate terminal in output console" in the "Edit Configurations" menu, but I don't have such a setting. Another suggested option, "Show command line afterwards" is also absent.

Is their an equivalent recommendation under Windows for proper progress bar behavior?

 

 

评论操作 固定链接

Do you use a remote interpreter?
This option is only available when using a local interpreter.

https://youtrack.jetbrains.com/issue/PY-29204

0
评论操作 固定链接

I am indeed using an ssh interpreter. I guess I'm out of luck then.

1
评论操作 固定链接

Hi Sergey Karpov. I can't seem to find this option either. I am working on a django application and I am not using a remote interpreter. Is the interpreter remote by default when working on django projects?

0
评论操作 固定链接

Abbas Egbeyemi could you share a screenshot showing your run configuration?

0
评论操作 固定链接

Django Server run configuration doesn't have this option, unfortunately. So it's by design.

0

请先登录再写评论。