瀏覽代碼

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