Get env var right

This commit is contained in:
GeorgianaElena
2020-02-18 16:47:18 +02:00
parent 764806b999
commit f64d762d23
2 changed files with 22 additions and 26 deletions

View File

@@ -261,7 +261,7 @@ def ensure_user_environment(user_requirements_txt_file):
else:
if conda.check_miniconda_version(
USER_ENV_PREFIX, miniconda_old_version
)
):
conda_version = '4.5.8'
# If no prior miniconda installation is found, we can install a newer version
else: