Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I know this post is old, but I just had this same problem, and managed to fix it!

Ok, so you correctly made the math unix executable which adds math to your path, right? And the command "math" works in the terminal, right? Great. Now, by putting a copy of that file in the <sage root="">/local/bin, it should work.

Here's how to find where to put it:
1. Run a sage session in terminal. You can go to sage -> terminal session up at the top.
2. In the terminal, above the box with the version and everything, you'll see the path to the sage executable. Go find that in finder. 3. In that location, there should be a folder "local". Inside that should be a folder "bin" 4. Copy and paste the math script in there, and you should be all set!

Hope it helps, if anyone stumbles across this 3 year old thread like I did.