Entering edit mode
13 days ago
Juke34
8.9k
Hello,
I've written a complete guide to avoid the pitfalls of the Anaconda License, at all levels:
- installing conda
- migrating from one conda distribution to another
- checking and removing licensed channels from your installation
- environment sharing without licensing problems
- Possibility of blocking problematic channels (by network administrator)
It's here >>https://juke34.github.io/fix-anaconda-licensing-issues/en/<<
Feedback are Welcome
Thanks for the post, it is very helpful. A few comments and feedback.
When the blog post states that micromamba has 74 preinstalled packages and needs 314MB installation space, what does that refer to?
In my view, micromamba comes with zero preinstalled packages, no base environment and the required installation space is just the Micromamba executable at 15MB. This is the beauty of it all :-)
Also I would recommend summarizing the conclusions in a single TLDR section early one, rather than going over all the details. Reading all content takes a surprisingly long time and sometimes all you want is a quick summary.
For example using
micromamba
withconda-forge
andbioconda
seems to be a fully open source choice. For example the following channel structure in.condarc
should be sufficient:That would be a common setup for people doing bioinformatics.
Thank your for your valuable feedback. I will try to make some updates when I will find time. This mention of Micromamba among the miniforge/mambaforge distribution is a mistake. I had intended to investigate it. I’ll make sure to add more information about it soon, as it’s definitely a good choice to consider.