#11932: Allow running Sage with a temporary DOT_SAGE directory
------------------------------+---------------------------------------------
   Reporter:  jdemeyer        |          Owner:  leif         
       Type:  enhancement     |         Status:  needs_work   
   Priority:  major           |      Milestone:  sage-5.0     
  Component:  scripts         |       Keywords:               
Work_issues:                  |       Upstream:  N/A          
   Reviewer:  Jeroen Demeyer  |         Author:  John Palmieri
     Merged:                  |   Dependencies:  #11926       
------------------------------+---------------------------------------------
Changes (by jhpalmieri):

  * status:  needs_review => needs_work


Comment:

 This is not working, and I'm probably making some bash error in the `sage`
 script. When I run
 {{{
 sage -c 'print "hello"'
 }}}
 it works as it should: no banner, just "hello", then a new shell prompt.
 When I run
 {{{
 sage --norc -c 'print "hello"'
 }}}
 it starts up Sage, prints a banner, prints "hello", and then gives the
 Sage prompt. As a consequence, the `sage-starts` script is not working
 right. What am I doing wrong?

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