From 50d3d771dd69ff144d67cc863fe96d6c2d84a9d3 Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Wed, 4 Sep 2024 16:12:17 -0400 Subject: [PATCH] [tui/method] Set default method to virtualenv --- tui/methods.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/methods.sh b/tui/methods.sh index 80a46a2f..4211e466 100644 --- a/tui/methods.sh +++ b/tui/methods.sh @@ -4,7 +4,7 @@ source "tui/locales/$LOCALE/methods.sh" declare -a available_methods -active_method="containers" +active_method="virtualenv" available_methods=(containers virtualenv) # When 32-bit CPU is detected, the only method available