Lines Matching refs:python
2 # py-compile - Compile a Python program
31 if [ -z "$PYTHON" ]; then
32 PYTHON=python
68 Byte compile some python scripts FILES. Use --destdir to specify any
119 $PYTHON -c "
124 sys.stdout.write('Byte-compiling python modules...\n')
136 # this will fail for python < 1.5, but that doesn't matter ...
137 $PYTHON -O -c "
141 sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')