From 283781e2719cb022797638a29a05fc32d193a2c8 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Tue, 6 Sep 2022 09:01:55 -0400 Subject: [PATCH] enable always_yes --- .condarc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.condarc b/.condarc index 867f82c..dd13b15 100755 --- a/.condarc +++ b/.condarc @@ -2,4 +2,5 @@ channels: - conda-forge - bioconda - defaults -auto_activate_base: false +always_yes: True +auto_activate_base: False