#11932: Allow running Sage with a temporary DOT_SAGE directory
---------------------------+------------------------------------------------
Reporter: jdemeyer | Owner: leif
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.7.3
Component: scripts | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies: #11926
---------------------------+------------------------------------------------
Comment(by leif):
I'd rename the function (as it creates a temporary ''directory''), and not
use a global variable for the "return value".
The function could either take the variable name as its parameter (such
that `sage_make_tmp_dir DIR` assigns the directory name to `DIR`), or just
"echo" the result (as `mktemp` already does), such that one writes
`DIR=sage_make_tmp_dir` or whatever.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11932#comment:3>
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.