| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1e9a251 commit 3c06316
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,6 +7,7 @@ | |||
| 7 | 7 | # pyenv will alert which shims are available and then will fail the build. | |
| 8 | 8 | _=[ 'exec' '/bin/sh' '-c' ''' | |
| 9 | 9 | test ${TRAVIS} && exec python "$0" "$@" # workaround for pyenv on Travis CI | |
| 10 | + test ${FORCE_PYTHON2} && exec python2 "$0" "$@" # workaround for gclient | ||
| 10 | 11 | which python3.8 >/dev/null && exec python3.8 "$0" "$@" | |
| 11 | 12 | which python3.7 >/dev/null && exec python3.7 "$0" "$@" | |
| 12 | 13 | which python3.6 >/dev/null && exec python3.6 "$0" "$@" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments