b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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" |