mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Get env var right
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user