Ask Your Question

Jeremy's profile - activity

2017-01-26 09:37:03 +0200 received badge  Teacher (source)
2017-01-26 09:37:03 +0200 received badge  Necromancer (source)
2013-09-13 18:21:46 +0200 answered a question interface with mathematica in notebook

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.