Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does PyCharm have a shortcut to Python Interpreter Project Settings?

Is there a shortcut for the module manager? Right now I have to go through Settings and use the mouse to get to the module manager.

Screenshot of Python Interprete settings.

like image 979
Artur Müller Romanov Avatar asked Jan 27 '26 19:01

Artur Müller Romanov


1 Answers

This keyboard shortcut has to be set before it can be used.

  1. Go to File > Settings > Keymap there search for Switch Python Interpreter click on it and select Edit Shortcuts add the shortcut you want, as shown in the screenshot.

    enter image description here

  2. If you use the previously configured shortcut in the editor window a menu comes up that lets you choose an interpreter or go to the Python Interpreter dialogue.

    enter image description here

like image 193
bad_coder Avatar answered Jan 29 '26 10:01

bad_coder