Skip to content

Commit

Permalink
Do not register environments
Browse files Browse the repository at this point in the history
Show progress notifications (macOS)
  • Loading branch information
mrclary committed Jan 17, 2024
1 parent 852cdf5 commit 8e4ac76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installers-conda/build_installers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
Expand Down Expand Up @@ -279,6 +280,7 @@ def _definitions():

definitions.update(
{
"progress_notifications": True,
"post_install": str(RESOURCES / "post-install.sh"),
"conclusion_text": "",
"readme_text": "",
Expand Down

0 comments on commit 8e4ac76

Please sign in to comment.