#10469: Don't (effectively) source sage-env more than once
-------------------------------------------------------+--------------------
Reporter: leif | Owner:
GeorgSWeber
Type: defect | Status:
needs_work
Priority: major | Milestone: sage-4.7
Component: build | Keywords:
environment variables sage-sage scripts
Author: Ivan Andrus, John Palmieri, Keshav Kini | Upstream: N/A
Reviewer: Ivan Andrus | Merged:
Work_issues: |
-------------------------------------------------------+--------------------
Changes (by jdemeyer):
* status: needs_review => needs_work
Comment:
Doctest error:
{{{
sage -t -force_lib devel/sage/sage/misc/dist.py
**********************************************************************
File "/mnt/usb1/scratch/jdemeyer/merger/sage-4.7.alpha2-10469/devel/sage-
main/sage/misc/dist.py", line 46:
sage: install_scripts(SAGE_TMP)
Expected:
Checking that Sage has the command 'gap' installed
Created script ...
Got:
Checking that Sage has the command 'gap' installed
The command 'gap' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'gp' installed
The command 'gp' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'singular' installed
The command 'singular' is installed outside of Sage; not adding
shortcut
<BLANKLINE>
Checking that Sage has the command 'maxima' installed
The command 'maxima' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'M2' installed
The command 'M2' is not available; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'kash' installed
The command 'kash' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'mwrank' installed
The command 'mwrank' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'ipython' installed
The command 'ipython' is installed outside of Sage; not adding
shortcut
<BLANKLINE>
Checking that Sage has the command 'hg' installed
The command 'hg' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Checking that Sage has the command 'R' installed
The command 'R' is installed outside of Sage; not adding shortcut
<BLANKLINE>
Finished creating scripts.
You need not do this again even if you upgrade or move Sage.
The only requirement is that the command 'sage' is in the PATH.
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10469#comment:15>
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.