From 8e4ac76a19fd361e6b324801cf6a5138d1285d7d Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Mon, 8 Jan 2024 15:37:36 -0800 Subject: [PATCH] Do not register environments Show progress notifications (macOS) --- installers-conda/build_installers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installers-conda/build_installers.py b/installers-conda/build_installers.py index 10664f9f38d..805d1ddc7b0 100644 --- a/installers-conda/build_installers.py +++ b/installers-conda/build_installers.py @@ -242,6 +242,7 @@ def _definitions(): "initialize_by_default": False, "initialize_conda": False, "register_python": False, + "register_envs": False, "extra_envs": { "spyder-runtime": { "specs": [k + v for k, v in specs.items()], @@ -279,6 +280,7 @@ def _definitions(): definitions.update( { + "progress_notifications": True, "post_install": str(RESOURCES / "post-install.sh"), "conclusion_text": "", "readme_text": "",