Created
December 10, 2008 23:26
-
-
Save collin/34540 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Switch to the OpenOffice.org directory and move away the python runtime coming with OOo. | |
| cd /path/to/openoffice.org/program | |
| mv libpython.so.2 libpython.so.2.orig | |
| mv python-core python-core.orig | |
| cp pythonloader.unorc pythonloader.unorc.orig | |
| ln -s /usr/local/lib/libpython2.3.so.1.0 libpython.so.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment