Build the complete conda configuration and write it directly to ~/.condarc.
This replaces the old approach of spawning N conda config --set/--add subprocesses (each taking 2-5s for Python/conda startup overhead).
conda config --set/--add
The parsed action inputs.
The current dynamic options.
Build the complete conda configuration and write it directly to ~/.condarc.
This replaces the old approach of spawning N
conda config --set/--addsubprocesses (each taking 2-5s for Python/conda startup overhead).