PyCharm
 
Get PyCharm
You are viewing the documentation for an earlier version of PyCharm.

Terminal emulatorNon-Edu

Last modified: 12 April 2022

Open: View | Tool Windows | Terminal or Alt+F12

Configure: Ctrl+Alt+S Settings/Preferences | Tools | Terminal

Required plugin: Terminal (bundled)

PyCharm includes an embedded terminal emulator for working with your command-line shell from inside the IDE. Use it to run Git commands, set file permissions, and perform other command-line tasks without switching to a dedicated terminal application.

Initially, the terminal emulator runs with your default system shell, but it supports many other shells, such as Windows PowerShell, Command Prompt cmd.exe, sh, bash, zsh, csh, and so on. For information about changing the shell, see Configure the terminal emulator.

If you use PyCharm on Windows 10 version 1903 or later, ConPTY API will be used as an interface for the Terminal backend. For earlier Windows versions, winpty is used.