Opened 10 years ago
Closed 10 years ago
#13010 closed enhancement (fixed)
Mathematica interface message on OS X is out of date
Reported by: | was | Owned by: | was |
---|---|---|---|
Priority: | trivial | Milestone: | sage-5.1 |
Component: | interfaces | Keywords: | sd40.5 |
Cc: | Merged in: | sage-5.1.beta2 | |
Authors: | William Stein | Reviewers: | Mike Hansen |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Right now it says:
* APPLE OS X: (a) create a file called math (in your PATH): #!/bin/sh /Applications/Mathematica\ 5.2.app/Contents/MacOS/MathKernel $@ Note that the 5.2 part will depend on the version of Mathematica you have, and the above path could be different if you installed mathematica elsewhere.
For a while now, Mathematica ships their OS X app as "Mathematica.app", i.e., without the version number, which means the above message can be significantly simplified.
Attachments (1)
Change History (5)
Changed 10 years ago by
comment:1 Changed 10 years ago by
- Status changed from new to needs_review
- Summary changed from mathematica interface message on OS X is out of date to [trivial to review!] mathematica interface message on OS X is out of date
comment:2 Changed 10 years ago by
- Reviewers set to Mike Hansen
- Status changed from needs_review to positive_review
comment:3 Changed 10 years ago by
- Summary changed from [trivial to review!] mathematica interface message on OS X is out of date to Mathematica interface message on OS X is out of date
comment:4 Changed 10 years ago by
- Merged in set to sage-5.1.beta2
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Looks good to me.