PipxInterface/PipxWidget.py

changeset 8
02b45cd11e64
parent 7
9a98f7260372
child 9
2ab7d3ac8283
--- a/PipxInterface/PipxWidget.py	Tue Jun 25 17:59:15 2024 +0200
+++ b/PipxInterface/PipxWidget.py	Wed Jun 26 11:57:04 2024 +0200
@@ -66,6 +66,7 @@
         self.venvsPathEdit.setText(pipxPaths["venvsPath"])
         self.applicationsPathEdit.setText(pipxPaths["appsPath"])
         self.manPagesPathEdit.setText(pipxPaths["manPath"])
+        self.interpretersPathEdit.setText(pipxPaths["pythonPath"])
 
         self.__populatePackages()
 

eric ide

mercurial