mamba
mamba copied to clipboard
Implement `install --export`
We'd like to automatically generate an environment.yml during an install, with the same format as exported by env export.
We want this so that we can create a fully solved environment.yml without actually installing by combining with --dry-run.