#19467: Make binaries installable
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.10
      Component:  build              |   Resolution:
       Keywords:  osx                |    Merged in:
        Authors:  Volker Braun       |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/vbraun/sage_binary_installer     |  115d0afe7584e06167b7e8dda8cd8fe3a7857903
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 I don't like this so much:
 {{{
 Note: install.py deletes itself upon successful completion
 }}}

 I don't think that `install.py` should do that (on some operating systems,
 it might even not work). If you really want `install.py` to be deleted, I
 would put the following in `$SAGE_ROOT/sage`:
 {{{
 if [ -x "$SAGE_ROOT/install.py" ]; then
     "$SAGE_ROOT/install.py" && rm -f "$SAGE_ROOT/install.py"
 fi
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/19467#comment:27>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to