--- 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()