intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

PY-63692 Support third-party sdk on python local interpreter panel

Open koxudaxi opened this issue 1 year ago • 1 comments

This PR supports third-party SDK on the Python Local interpreter panel.

Background

I'm working on creating a plugin for Rye that is a Python package manager. I added classes for extension points. But, PyCharm doesn't show additional Python SDK in the Local interpreter panel.

Test

The change can show the additional SDK like the rye plugin in the config.

image

koxudaxi avatar Oct 17 '23 17:10 koxudaxi

I have created the issue in the jetbrains' youtrack https://youtrack.jetbrains.com/issue/PY-63692/Python-local-interpreter-panel-dont-show-third-party-Python-SDK

koxudaxi avatar Oct 19 '23 10:10 koxudaxi