blob: 5a9a53dec65d2196ab2b765c09f8263f7a2ce999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/configure b/configure
index eeb8d08..81e2001 100755
--- a/configure
+++ b/configure
@@ -11,6 +11,7 @@ try() {
fi
}
+try python3 "$@"
try python2.7 "$@"
try python27 "$@"
try python2 "$@"
|