7023 # re-install the project into the upgraded environment |
7023 # re-install the project into the upgraded environment |
7024 # Note: seems to fail on some systems with access to system |
7024 # Note: seems to fail on some systems with access to system |
7025 # site-packages |
7025 # site-packages |
7026 self.__installProjectIntoEnvironment() |
7026 self.__installProjectIntoEnvironment() |
7027 |
7027 |
7028 if ( |
7028 if environmentPath and not self.__venvConfiguration["interpreter"].startswith( |
7029 environmentPath |
7029 environmentPath |
7030 and not self.__venvConfiguration["interpreter"].startswith(environmentPath) |
|
7031 ): |
7030 ): |
7032 self.__configureEnvironment(environmentPath) |
7031 self.__configureEnvironment(environmentPath) |
7033 |
7032 |
7034 @pyqtSlot() |
7033 @pyqtSlot() |
7035 def __configureEnvironment(self, environmentPath=""): |
7034 def __configureEnvironment(self, environmentPath=""): |