We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2796048 commit e0b98c7Copy full SHA for e0b98c7
x
@@ -36,7 +36,7 @@ for SEARCH_PYTHON in py python3 python python2; do
36
fi
37
done
38
39
-python=$(bash -c "compgen -c python" | grep '^python[2-3]\.[0-9]\+$' | head -n1)
+python=$(bash -c "compgen -c python" | grep '^python[2-3]\.[0-9]+$' | head -n1)
40
if ! [ "$python" = "" ]; then
41
exec "$python" "$xpy" "$@"
42
0 commit comments