Lines Matching refs:PYTHON
2 # py-compile - Compile a Python program
30 if test -z "$PYTHON"; then
31 PYTHON=python
67 Byte compile some python scripts FILES. Use --destdir to specify any
118 python_major=`$PYTHON -V 2>&1 | sed -e 's/.* //;s/\..*$//;1q'`
120 echo "$me: could not determine $PYTHON major version, guessing 3" >&2
137 $PYTHON -c "
142 sys.stdout.write('Byte-compiling python modules...\n')
157 # this will fail for python < 1.5, but that doesn't matter ...
158 $PYTHON -O -c "
166 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')