#12563: Don't "import site" in sympy's installer
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
------------------------+---------------------------------------------------
Since #12329, sympy might be installed after the Sage library. The sympy
`setup.py` imports lots of stuff, including `sage` itself. One nasty
consequence is that `sage-cleaner` can get started because of this.
The solution is to start `setup.py` with python's `-S` option to start
Python with a minimal `sys.path`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12563>
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.