-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mechanism to control wether global files ~/.conda/environments.txt
are written to or not
#2783
Comments
This would be nice! Not |
Check conda/conda#12924. I think we can agree on the same context key ( |
Added #2802 |
@jaimergp I think we still need to wire this up to CLI / config file reading etc., right? |
No clue. In conda adding it to the context object exposes it in the config file and the env var, and I didn't add it as a CLI flag. I am guessing now that it's not that magic here in mambaland so let me know what needs to be done and I'll try my best 😬 |
Troubleshooting docs
How did you install Mamba?
Micromamba
Search tried in issue tracker
NA
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
micromamba notes down all environments in the ~/.conda/environments.txt global file.
Some people that use micromamba more programatically do not like that it writes to a global file. We could add a boolean variable to the configuration that controls this behavior and prevents micromamba from writing to this file.
mamba info / micromamba info
No response
Logs
No response
environment.yml
No response
~/.condarc
No response
The text was updated successfully, but these errors were encountered: