#10192: SageNB fails to install when SAGE_PATH is set to '.'
------------------------+---------------------------------------------------
Reporter: hivert | Owner: jason, was
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.1
Component: notebook | Keywords: notebook installation dot PYTHONPATH
easy_install easy-install pth sage-spkg setuptools
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Changes (by leif):
* keywords: notebook installation => notebook installation dot
PYTHONPATH easy_install easy-install pth
sage-spkg setuptools
Comment:
From {{{sage-env}}}:
{{{
#!sh
if [ -d "$SAGE_ROOT/local/lib/python" ]; then
PYTHONPATH="$SAGE_PATH:$SAGE_ROOT/local/lib/python" && export
PYTHONPATH
PYTHONHOME="$SAGE_ROOT/local" && export PYTHONHOME
fi
}}}
We shouldn't add {{{$SAGE_PATH}}} there if it is empty btw., but the
removal of "`.`" from `PYTHONPATH` should be performed in {{{sage-spkg}}}
I think.
(`$SAGE_PATH` is also ''appended'' to an overwritten(?!) `PYTHONPATH` in
`sage-doctest`.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10192#comment:2>
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.