blob: c1836762278978571b92580098a3f65ecfef8967 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/usr/lib/byobu/include/constants
2+++ b/usr/lib/byobu/include/constants
3@@ -58,6 +58,7 @@ $BYOBU_SED --follow-symlinks "s///" /dev
4 eval $BYOBU_TEST ulimit >/dev/null 2>&1 && export BYOBU_ULIMIT="ulimit" || export BYOBU_ULIMIT="false"
5
6 # Find a suitable python interpreter, if undefined
7+export BYOBU_PYTHON="python3"
8 if [ -z "$BYOBU_PYTHON" ]; then
9 if python3 -c "import snack" >/dev/null 2>&1; then
10 export BYOBU_PYTHON="python3"