[chutney/master] Update "chutney" script to prefer python, then python3, then python2

11 Mar
2019
11 Mar
'19
12:33 a.m.
commit 04f641def696dfa897255e7a34577e2a7e9863fb Author: Nick Mathewson <nickm@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
2253
Age (days ago)
2253
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org