From b3c07ba265dfe21fe8c08ee246ec6ed8f95786d3 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Mon, 18 Oct 2021 22:09:42 +0100 Subject: [PATCH] miniforge FIXME was fixed! Co-authored-by: Erik Sundell --- tljh/installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index ff0c6b8..050bfd2 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -186,7 +186,6 @@ def ensure_user_environment(user_requirements_txt_file): # If no prior miniconda installation is found, we can install a newer version else: logger.info('Downloading & setting up user environment...') - # FIXME: allow using miniforge installer_url = "https://github.com/conda-forge/miniforge/releases/download/{v}/Mambaforge-{v}-Linux-x86_64.sh".format(v=mambaforge_new_version) with conda.download_miniconda_installer(installer_url, installer_sha256) as installer_path: conda.install_miniconda(installer_path, USER_ENV_PREFIX)