Skip to content Skip to sidebar Skip to footer

Enable Terminal Emulation In PyCharm

Many people have told me and the PyCharm Release Notes for PyCharm 2.7 touts that PyCharm includes full terminal emulation (I assume this is talking about handling of ANSI escape c

Solution 1:

Console and Terminal are two different things in PyCharm. Console is part of Run and Debug tool windows and is used only to show output from stdout and stderr whereas Terminal is separate tool window and makes it possible to interact with system shell. Support for ANSI escape codes in Console was added in version 14 of InteliJ (https://youtrack.jetbrains.com/issue/IDEA-69880) on 23 Jul 2014 and PyCharm 2.7.3 was released on 18 June 2013 so this feature is not present in PyCharm 2.7.


Post a Comment for "Enable Terminal Emulation In PyCharm"