--- a/VirtualEnv/VirtualenvConfigurationDialog.py Tue Feb 12 19:38:52 2019 +0100 +++ b/VirtualEnv/VirtualenvConfigurationDialog.py Wed Feb 13 19:01:34 2019 +0100 @@ -76,6 +76,8 @@ self.condaCloneDirectoryPicker.setDefaultDirectory( Utilities.getHomeDir()) + # TODO: add creation from requirements + self.__versionRe = re.compile(r""".*?(\d+\.\d+\.\d+).*""") self.__virtualenvFound = False @@ -147,6 +149,7 @@ self.upgradeCheckBox.setEnabled(not enable) # conda page + # TODO: add creation from requirements enable = not self.condaCloneGroup.isChecked() self.condaPackagesEdit.setEnabled(enable) self.condaPythonEdit.setEnabled(enable) @@ -418,6 +421,7 @@ args.append("--insecure") if self.condaDryrunCheckBox.isChecked(): args.append("--dry-run") + # TODO: add creation from requirements if not self.condaCloneGroup.isChecked(): if bool(self.condaPythonEdit.text()): args.append("python={0}".format(