For those of you Mac users who want to install Python, Sympy, and IPython to do computer algebra and applied math problems, I offer the following links. You should install these in the given order.
- Install Python 2.5.4 for MacOS X found here.
- Install Sympy, found here.
On Mac OS X, extract it with the commandtar xzf sympy-0.4.0.tar.gz
and follow the README located in the sympy directory.
- Install PyReadLine, found here.
- Install IPython, found here. Note the following important safety tip, found at IPython on Mac OS X 10.5 Leopard at Brian Berliner’s Brain :
1. Installing IPython on Mac OS X is actually quite easy with the following command:
2. Execute the command to load the right Readline library:
Well, that does it. Please let me know how it went!
Doc

