--- bin/cqlsh.orig	2026-03-17 23:20:36 UTC
+++ bin/cqlsh
@@ -90,7 +90,7 @@ else
     # run a user specified Python interpreter
     run_if_supported_version "$USER_SPECIFIED_PYTHON" "$@"
 else
-    for interpreter in python3 python; do
+    for interpreter in /usr/local/bin/python3.11 python3 python3.9 python3.8 python3.7 python3.6 python; do
         run_if_supported_version "$interpreter" "$@"
     done
 fi
