diff options
Diffstat (limited to 'src/conda.c')
| -rw-r--r-- | src/conda.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/conda.c b/src/conda.c index 6f76e32..24a4862 100644 --- a/src/conda.c +++ b/src/conda.c @@ -170,6 +170,7 @@ void conda_setup_headless() {      conda_exec("config --system --set always_yes true");      conda_exec("config --system --set rollback_enabled false");      conda_exec("config --system --set report_errors false"); +    conda_exec("config --system --set solver libmamba");      if (globals.verbose) {          char *rcfile = getenv("CONDARC"); | 
