diff options
Diffstat (limited to 'make')
-rwxr-xr-x | make/python_launcher | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/python_launcher b/make/python_launcher index 212d8f75f..24b35a7ad 100755 --- a/make/python_launcher +++ b/make/python_launcher @@ -13,7 +13,7 @@ inpath() return 1 } -for p in python3 python2 python +for p in python3 python2 python python3.7 python3.6 python2.7 do if ( inpath $p ); then exec $p "$@" |