diff --git a/python/ide/src/META-INF/PyCharmCorePlugin.xml b/python/ide/src/META-INF/PyCharmCorePlugin.xml
index 9784c7bc622d..ac8651e95fad 100644
--- a/python/ide/src/META-INF/PyCharmCorePlugin.xml
+++ b/python/ide/src/META-INF/PyCharmCorePlugin.xml
@@ -7,5 +7,10 @@
com.jetbrains.python.PyCharmInitialConfigurator
+
+
+ com.jetbrains.python.console.PythonConsoleRunnerFactory
+ com.jetbrains.python.console.PythonToolWindowConsoleRunnerFactory
+
diff --git a/python/pluginCore/META-INF/python-community-plugin-core.xml b/python/pluginCore/META-INF/python-community-plugin-core.xml
index e467f308d0df..773c0f08e9ca 100644
--- a/python/pluginCore/META-INF/python-community-plugin-core.xml
+++ b/python/pluginCore/META-INF/python-community-plugin-core.xml
@@ -12,5 +12,12 @@
+
+
+
+ com.jetbrains.python.console.PythonConsoleRunnerFactory
+ com.jetbrains.python.console.PydevConsoleRunnerFactory
+
+
\ No newline at end of file
diff --git a/python/src/META-INF/python-core-common.xml b/python/src/META-INF/python-core-common.xml
index 5d3155957b3c..73499939e3de 100644
--- a/python/src/META-INF/python-core-common.xml
+++ b/python/src/META-INF/python-core-common.xml
@@ -817,9 +817,5 @@
com.jetbrains.python.testing.VFSTestFrameworkListener
-
- com.jetbrains.python.console.PythonConsoleRunnerFactory
- com.jetbrains.python.console.PydevConsoleRunnerFactory
-
\ No newline at end of file