summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rwxr-xr-xmake/python_launcher2
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 "$@"