#11932: Allow running Sage with a temporary DOT_SAGE directory
---------------------------------+------------------------------------------
       Reporter:  jdemeyer       |         Owner:  leif          
           Type:  enhancement    |        Status:  needs_review  
       Priority:  major          |     Milestone:  sage-5.0      
      Component:  scripts        |    Resolution:                
       Keywords:                 |   Work issues:                
Report Upstream:  N/A            |     Reviewers:  Jeroen Demeyer
        Authors:  John Palmieri  |     Merged in:                
   Dependencies:  #11926         |      Stopgaps:                
---------------------------------+------------------------------------------

Comment (by jdemeyer):

 Just one more issue: now that you don't source `sage-env`, the `command
 sage` looks for `sage` in the '''system''' `PATH`.  I suggest to replace
 {{{
 command sage "$@"
 }}}
 by
 {{{
 command "$0" "$@"
 }}}
 If you make this change, you can give this ticket positive review.

 Furthermore, I would like to point out that `$HOME/.sage/matplotlib-1.1.0`
 is still created by `sage-env` when building Sage.  But that shouldn't
 stop this ticket.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11932#comment:26>
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.

Reply via email to