src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7
changeset 10742
7aa41173b44b
parent 10736
0d213bb8b7f0
child 10766
d35d6f96c24b
diff -r 3a471962bb10 -r 7aa41173b44b src/eric7/PipInterface/PipPackagesWidget.py
--- a/src/eric7/PipInterface/PipPackagesWidget.py	Wed Jun 05 17:11:54 2024 +0200
+++ b/src/eric7/PipInterface/PipPackagesWidget.py	Thu Jun 06 18:01:54 2024 +0200
@@ -317,7 +317,9 @@
             self.environmentsComboBox.addItem(projectVenv)
         self.environmentsComboBox.addItems(
             self.__pip.getVirtualenvNames(
-                noRemote=True, noConda=Preferences.getPip("ExcludeCondaEnvironments")
+                noRemote=True,
+                noConda=Preferences.getPip("ExcludeCondaEnvironments"),
+                noGlobals=Preferences.getPip("ExcludeGlobalEnvironments"),
             )
         )
 

eric ide

mercurial