Skip to content

Commit

Permalink
[tui/method] Set default method to virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Sep 4, 2024
1 parent 575eada commit 50d3d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/methods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50d3d77

Please sign in to comment.