354 ## methods below implement virtual environment handling |
354 ## methods below implement virtual environment handling |
355 ################################################################## |
355 ################################################################## |
356 |
356 |
357 def getVirtualEnvironment(self): |
357 def getVirtualEnvironment(self): |
358 """ |
358 """ |
359 Private method to get the path of the virtual environment. |
359 Public method to get the path of the virtual environment. |
360 |
360 |
361 @return path of the virtual environment |
361 @return path of the virtual environment |
362 @rtype str |
362 @rtype str |
363 """ |
363 """ |
364 language = self.__e5project.getProjectLanguage() |
364 language = self.__e5project.getProjectLanguage() |