#13597: tutorial: fix hash-bang in section on programming
-----------------------------+----------------------------------------------
Reporter: jhpalmieri | Owner: mvngu
Type: defect | Status: new
Priority: minor | Milestone: sage-5.5
Component: documentation | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
-----------------------------+----------------------------------------------
The [http://www.sagemath.org/doc/tutorial/programming.html#standalone-
python-sage-scripts section in the tutorial on standalone scripts] needs
some fixing. It suggests writing a script starting with
{{{
#!/usr/bin/env sage -python
import sys
from sage.all import *
...
}}}
But on sage.math.washington.edu, and probably on other linux systems,
`/usr/bin/env` doesn't handle multiple arguments very well. I think that
replacing the first line with `#!/usr/bin/env sage` should work.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13597>
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.