Explorar el Código

Allow environment variable PYTHON to override default

Nick Mathewson hace 14 años
padre
commit
8d0a1dba99
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      chutney

+ 1 - 1
chutney

@@ -3,4 +3,4 @@
 
 PYTHONPATH="`dirname $0`/lib":${PYTHONPATH}
 export PYTHONPATH
-python -m chutney.TorNet $*
+${PYTHON:=python} -m chutney.TorNet $*