blob: 8797af062ef564c0231e21fdb3125e448db68c31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bin/cqlsh.orig 2022-05-06 16:40:06 UTC
+++ bin/cqlsh
@@ -88,7 +88,7 @@ if [ "$USER_SPECIFIED_PYTHON" != "" ]; then
# run a user specified Python interpreter
run_if_supported_version "$USER_SPECIFIED_PYTHON" "$@"
else
- for interpreter in python3 python python2.7; do
+ for interpreter in python3 python3.9 python3.8 python3.7 python3.6 python python2.7; do
run_if_supported_version "$interpreter" "$@"
done
fi
|