Add an option to auto-activate base env (default: true)

This commit is contained in:
Alexander Gorelyshev
2026-05-19 17:33:00 +04:00
parent e7d5f4d383
commit 0ac66b8f22
2 changed files with 10 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ miniforge_release: "26.3.2-2"
miniforge_script_path: "/tmp/{{ miniforge_install_script_name }}.sh"
miniforge_release_base_url: "https://github.com/conda-forge/miniforge/releases/download/"
miniforge_create_envs: false
miniforge_auto_activate_base: true