#5295: Make Maxima not read global config files
------------------------+---------------------------------------------------
Reporter: mabshoff | Owner: nbruin
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by nbruin):
> If someone wants the maxima distributed with sage to *never* look at
{{{$HOME/.maxima}}} then one should edit the {{{sage/local/bin/maxima}}}
script to use the {{{--userdir}} command line option by default. I think
that is wrong.
However, should someone want to do this anyway, then the environment
variable $MAXIMA_USERDIR should do the trick. Thus,
{{{
MAXIMA_USERDIR=$DOT_SAGE/maxima
export MAXIMA_USERDIR
}}}
could just go into sage_env or something similar. This would be an
alternative to the attached patch.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5295#comment:5>
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.