#9960: require SAGE_CHECK to be "yes"
------------------------------+---------------------------------------------
Reporter: jhpalmieri | Owner: was
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.6.1
Component: user interface | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by jhpalmieri):
* cc: leif (added)
Comment:
By the way, if you look at sage-env, it rarely produces any output, so I
don't see any reason to redirect it to /dev/null. The lines
{{{
. $SAGE_ROOT/local/bin/sage-env 1>/dev/null 2>/dev/null
if [ $? -ne 0 ]; then
echo "Error setting environment variables by running
$SAGE_ROOT/local/bin/sage-env; possibly contact sage-devel (see
http://groups.google.com/group/sage-devel)."
fi
}}}
from the sage-sage script don't actually seem to print the warning
message; I'm not sure why. But it's clearer if it says
{{{
$ export SAGE64=dlkjdf
$ sage
The environment variable SAGE64 (=dlkjdf) must be either unset, yes or no.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9960#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.