Opening a python console with the correct interpreter for the active project

Answered

With multiple attached projects, when I change to a file in another project the active python interpreter is updated correctly, as shown in the bottom right-hand corner of the screen. However, clicking `python console` always opens the same interpreter version (and always opens two instances, for some reason). Is there a way to open a python console with the correct interpreter version for the currently active project/file?

0
1 comment

This is a known issue https://youtrack.jetbrains.com/issue/PY-21044, feel free to vote for it and comment.

The issue with the two consoles is also known and already fixed in the latest version https://youtrack.jetbrains.com/issue/PY-46500

0

Please sign in to leave a comment.