소스 검색

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