megabyte-labs / install.doctor

A glorious combination of application / theme settings and a performant cross-platform, desktop-oriented software suite.
https://megabyte.space
Other
85 stars 17 forks source link

micromamba creating .condarc in HOME #143

Open ProfessorManhattan opened 2 months ago

ProfessorManhattan commented 2 months ago

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

When running the _post script defined in the micromamba key in software.yml, the .condarc file is being created in the users home directory even when CONDARC is defined.

Reproduce:

  1. brew install micromamba
  2. micromamba config append channels conda-forge && micromamba self-update

The behavior should be similar to the behavior of mambaforge defined in software.yml (i.e. packages somewhere in ~/.local/share and configs stored in ~/.config

I removed micromamba from the default installations so only address this issue if its easily fixed.

⏺️ Steps To Reproduce

No response

πŸ“’ Relevant Log Output

No response

πŸ’‘ Possible Solution

No response