Преглед на файлове

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

Nick Mathewson преди 6 години
родител
ревизия
04f641def6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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