We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84707db commit f1f175bCopy full SHA for f1f175b
configure
@@ -15,7 +15,7 @@ inpath()
15
16
if ( inpath bash ); then
17
pp=""
18
- for p in python3 python2 python
+ for p in python3 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python2 python2.7 python
19
do
20
if ( inpath $p ); then
21
pp="$p"
make/python_launcher
@@ -13,7 +13,7 @@ inpath()
13
return 1
14
}
-for p in python3 python2 python
+for p in python3 python2 python python3.7 python3.6 python2.7
exec $p "$@"
0 commit comments