Ask Your Question

Michael Burr's profile - activity

2018-07-31 03:15:53 +0200 received badge  Editor (source)
2018-07-31 02:36:59 +0200 received badge  Supporter (source)
2018-07-31 02:31:24 +0200 commented answer Accessing Maple from Sage osx (.dmg version)

I tried this before posting, but it isn't working. The specific command was:

sys.path.append('/Library/Frameworks/Maple.framework/Versions/Current/bin')

After running this, the appropriate path appeared in sys.path, but the behavior was unchanged when calling maple('3*5').

2018-07-28 19:01:45 +0200 received badge  Student (source)
2018-07-28 18:42:43 +0200 asked a question Accessing Maple from Sage osx (.dmg version)

What is the "right" way to set up Sage to access Maple from a Jupyter notebook on MacOSX from the .dmg version? For the command line version, I've set my path variables correctly and Maple easily runs from Sage. However, when I open the GUI version of sage, Maple isn't on the path and I'm not sure how to add it (even temporarily).

Following up to the answer below, my issue might not be that the PATH is in error. I've set the path correctly (or so I believe), but Maple still isn't accessible from the GUI version of Maple.

2018-07-28 18:42:43 +0200 asked a question Access Maple from Sage GUI (.dmg version)

What is the "right" way to set up Sage to access Maple from a Jupyter notebook on MacOSX from the .dmg version? For the command line version, I've set my path variables correctly and Maple easily runs from Sage. However, when I open the GUI version of sage, Maple isn't on the path and I'm not sure how to add it (even temporarily).