Changes between Initial Version and Version 22 of Ticket #9536
- Timestamp:
- Oct 31, 2016, 5:38:11 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9536
-
Property
Status
changed from
new
toneeds_work
- Property Cc jdemeyer embray leif fbissey added
-
Property
Milestone
changed from
to
sage-7.5
-
Property
Component
changed from
algebra
tobuild
-
Property
Report Upstream
changed from
Not yet reported upstream; Will do shortly.
toReported upstream. Developers deny it's a bug.
- Property Owner changed from AlexGhitza to AlexanderDreyer
-
Property
Status
changed from
-
Ticket #9536 – Description
initial v22 6 6 Regards, 7 7 Alexander Dreyer 8 9 ...... 10 11 Update for Sage 7.5. The problem reported on this ancient ticket is still present and affects 12 - sagelib, 13 - packages that are installed directly using `setup.py` 14 - packages that are installed using pip. 15 16 It can be tested by creating the following `~/.pydistutils.cfg`: 17 {{{ 18 [install] 19 root=/does-not-exist 20 }}} 21 22