Interpreters pane
This area shows the list of available Python interpreters. If you want to specify a Python interpreter for a project, refer to the page Project Interpreter.
| Item | Description |
|---|---|
2.5+
| Click this button to select a Python executable from the drop-down list.
This list includes:
Refer to the section Configuring Available Python Interpreters. |
| Click this button to change name and location of the selected Python interpreter. Refer to the section Changing Name of a Python SDK or Virtual Environment. |
| Click this button to delete the selected Python interpreter from the list of available interpreters. |
| Click this button to create a virtual environment. |
| If this button is pressed, the virtual environments, already associated with the other projects,
are shown in the list of available interpreters. Otherwise, the list only includes the virtual environments not used in the other projects. This behavior is stipulated by the check box Associate this virtual environment with the current project, (refer to the section Creating Virtual Environment for details). |
Packages tab
Use this area to install, uninstall, or upgrade Python packages for a Python interpreter, selected above.
| Item | Description |
|---|---|
| Package | This column shows the names of the packages, currently installed with a virtual environment. |
| 2.5+Version | This column shows the locally installed version of a package. |
| Latest | This column shows the latest version of a package, available in the repository. |
| Install | Click this button to open the Available Packages dialog box, where you can install the required packages, and manage Python repositories. |
| Uninstall | Click this button to uninstall the selected package. |
| Upgrade | Click this button to take the later revisions of the selected package. |
Paths tab
This area shows the paths where the external libraries reside. If a library has been added, it is recommended to click the Reload button to rescan the Python installation.
| Item | Shortcut and Tooltip | Description |
|---|---|---|
|
Alt+InsertAlt+Insert
Add | Click these buttons to add or remove external libraries for the selected Python interpreter. |
|
Alt+DeleteAlt+Delete
Remove | Click these buttons to add or remove external libraries for the selected Python interpreter. |
| Reload List of Paths | Click this button to rescan libraries for the selected Python installation. For example, clicking this button helps update external libraries, if some packages have been upgraded. |

