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).