[tor-commits] [chutney/master] Update "chutney" script to prefer python, then python3, then python2
nickm at torproject.org
nickm at torproject.org
Mon Mar 11 00:33:44 UTC 2019
commit 04f641def696dfa897255e7a34577e2a7e9863fb
Author: Nick Mathewson <nickm at torproject.org>
Date: Thu Feb 28 11:17:09 2019 -0500
Update "chutney" script to prefer python, then python3, then python2
---
chutney | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chutney b/chutney
index 7c7e1df..fcd5ec5 100755
--- a/chutney
+++ b/chutney
@@ -10,7 +10,7 @@ then
export CHUTNEY_PATH="`dirname $0`"
fi
-binaries="python2 python"
+binaries="python python3 python2"
if ! test "${PYTHON+y}"
then
More information about the tor-commits
mailing list