Differences between revisions 2 and 3
Revision 2 as of 2011-01-14 17:04:24
Size: 124
Editor: CarlNobile
Comment:
Revision 3 as of 2011-01-14 19:13:23
Size: 118
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
export PYTHONPATH=/opt/local/toolkit/python-2.7/; python -m compileall export PYTHONPATH=<path/to/python/install>; python -m compileall

Python-Recompile Library .pyc and .pyo Files

export PYTHONPATH=<path/to/python/install>; python -m compileall

PythonRecompile (last edited 2011-01-19 20:06:15 by CarlNobile)