Opened 12 years ago
Last modified 8 weeks ago
#10117 new defect
Help on macaulay2_console should document this is optional
Reported by: | drkirkby | Owned by: | mvngu |
---|---|---|---|
Priority: | minor | Milestone: | sage-9.7 |
Component: | interfaces: optional | Keywords: | Macaulay2, console, _install_hints |
Cc: | slelievre | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Running:
sage: macaulay2_console() sh: line 1: M2: not found
gives that above error message, but the help page does not document this is an optional program, and not part of Sage.
sage: help(macaulay2_console) macaulay2_console() Spawn a new M2 command-line session. EXAMPLES: sage: macaulay2_console() # not tested Macaulay 2, version 1.1 with packages: Classic, Core, Elimination, IntegralClosure, LLLBases, Parsing, PrimaryDecomposition, SchurRings, TangentCone ...
Related: #11710 (Macaulay2 build error; perhaps upgrading the package)
Change History (13)
comment:1 Changed 11 years ago by
- Type changed from PLEASE CHANGE to defect
comment:2 Changed 11 years ago by
- Description modified (diff)
comment:3 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:5 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:6 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:7 Changed 3 years ago by
- Keywords Macaulay2 added
comment:8 Changed 21 months ago by
comment:9 Changed 21 months ago by
- Cc slelievre added
- Component changed from documentation to interfaces: optional
- Keywords console _install_hints added
- Milestone changed from sage-6.4 to sage-9.3
comment:10 Changed 16 months ago by
- Milestone changed from sage-9.3 to sage-9.4
Setting new milestone based on a cursory review of ticket status, priority, and last modification date.
comment:11 Changed 10 months ago by
- Milestone changed from sage-9.4 to sage-9.5
comment:12 Changed 5 months ago by
- Milestone changed from sage-9.5 to sage-9.6
comment:13 Changed 8 weeks ago by
- Milestone changed from sage-9.6 to sage-9.7
Note: See
TracTickets for help on using
tickets.
This is true of all external software consoles -- try any of them:
When Pexpect calls fail, useful tips are displayed via the interface's
_install_hints
method.We should also display this installation information when console calls fail.