Pārlūkot izejas kodu

Update "chutney" script to prefer python, then python3, then python2

Nick Mathewson 6 gadi atpakaļ
vecāks
revīzija
04f641def6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      chutney

+ 1 - 1
chutney

@@ -10,7 +10,7 @@ then
     export CHUTNEY_PATH="`dirname $0`"
 fi
 
-binaries="python2 python"
+binaries="python python3 python2"
 
 if ! test "${PYTHON+y}"
 then