--- a/src/eric7/Preferences/__init__.py Sun May 04 16:38:04 2025 +0200 +++ b/src/eric7/Preferences/__init__.py Mon May 05 09:20:18 2025 +0200 @@ -1520,8 +1520,6 @@ "PipSearchIndex": "", # used by the search command "ExcludeGlobalEnvironments": True, # don't show global environments in selector - "ExcludeCondaEnvironments": True, - # don't show conda environments in selector # defaults for the package vulnerability check "VulnerabilityDbMirror": ( "https://raw.githubusercontent.com/pyupio/safety-db/master/data/" @@ -3895,7 +3893,6 @@ """ if key in ( "ExcludeGlobalEnvironments", - "ExcludeCondaEnvironments", "VulnerabilityCheckEnabled", ): return EricUtilities.toBool(