Python-Recompile Library .pyc and .pyo Files
export PYTHONPATH=<path/to/python/install>; python -Om compileall
The -O is the letter O not 0 (zero).
export PYTHONPATH=<path/to/python/install>; python -Om compileall
The -O is the letter O not 0 (zero).
PythonRecompile (last edited 2011-01-19 20:06:15 by CarlNobile)