We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0aded commit cedad02Copy full SHA for cedad02
configure
@@ -7,10 +7,10 @@
7
# pyenv will alert which shims are available and then will fail the build.
8
_=[ 'exec' '/bin/sh' '-c' '''
9
test ${TRAVIS} && exec python "$0" "$@" # workaround for pyenv on Travis CI
10
-which python2.7 >/dev/null && exec python2.7 "$0" "$@"
11
which python3.7 >/dev/null && exec python3.7 "$0" "$@"
12
which python3.6 >/dev/null && exec python3.6 "$0" "$@"
13
which python3.5 >/dev/null && exec python3.5 "$0" "$@"
+which python2.7 >/dev/null && exec python2.7 "$0" "$@"
14
exec python "$0" "$@"
15
''' "$0" "$@"
16
]
0 commit comments