We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee03ac commit ba3e91eCopy full SHA for ba3e91e
configure
@@ -4,7 +4,6 @@
4
# Note that the mix of single and double quotes is intentional,
5
# as is the fact that the ] goes on a new line.
6
_=[ 'exec' '/bin/sh' '-c' '''
7
-test ${FORCE_PYTHON2} && exec python2 "$0" "$@" # workaround for gclient
8
command -v python3.9 >/dev/null && exec python3.9 "$0" "$@"
9
command -v python3.8 >/dev/null && exec python3.8 "$0" "$@"
10
command -v python3.7 >/dev/null && exec python3.7 "$0" "$@"
0 commit comments