#12719: Upgrade to IPython 0.13
----------------------------------------------------------+-----------------
       Reporter:  kini                                    |         Owner:  tbd 
                                                  
           Type:  enhancement                             |        Status:  
needs_review                                          
       Priority:  critical                                |     Milestone:  
sage-pending                                          
      Component:  packages                                |    Resolution:      
                                                  
       Keywords:  sd40.5                                  |   Work issues:      
                                                  
Report Upstream:  N/A                                     |     Reviewers:  
Volker Braun, Mike Hansen, Jason Grout, Jeroen Demeyer
        Authors:  Mike Hansen, Volker Braun, Jason Grout  |     Merged in:      
                                                  
   Dependencies:  #13459, #9191                           |      Stopgaps:      
                                                  
----------------------------------------------------------+-----------------

Comment (by jdemeyer):

 You should also doctest `system_raw` working succesfully.

 I think you can replace
 {{{
 os.file.isfile(FILE)
 }}}
 by
 {{{
 os.access(FILE, os.X_OK):
 }}}
 since you want to check for an ''executable'' file.

 Also, I assume that "cmd" uses shell syntax? Then you're doing it wrong.
 Correct shell syntax is
 {{{
 LD_LIBRARY_PATH="$SAGE_ORIG_LD_LIBRARY_PATH"; export LD_LIBRARY_PATH
 }}}

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