src/eric7/Project/Project.py

branch
eric7
changeset 9644
9875d5f11cbf
parent 9640
d10c17b89372
child 9646
ab5678db972f
equal deleted inserted replaced
9643:10839ab864e0 9644:9875d5f11cbf
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=""):

eric ide

mercurial