Python: Use SystemPythonService in v2 add interprets widget, also fix PY-78732.

We now use `SystemPythonService` to look for system pythons and validate new pythons against it.

GitOrigin-RevId: c06201cd03f7e1cb060a44c4578dd71f8bb05df6
This commit is contained in:
Ilya.Kazakevich
2025-02-03 23:50:35 +01:00
committed by intellij-monorepo-bot
parent e7f1c532bd
commit 3e14c16503
6 changed files with 83 additions and 29 deletions

View File

@@ -171,5 +171,6 @@
<orderEntry type="module" module-name="intellij.python.community.impl.venv" />
<orderEntry type="module" module-name="intellij.python.community.execService" />
<orderEntry type="module" module-name="intellij.python.community.services.systemPython" />
<orderEntry type="module" module-name="intellij.python.community.services.internal.impl" />
</component>
</module>