Changes between Version 17 and Version 21 of Ticket #27040
- Timestamp:
- 01/11/19 10:19:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27040 – Description
v17 v21 9 9 5. Determine `SAGE_LIB` not from `site-packages` but from `sage.__file__` 10 10 11 6. Rename `_add_variable_or_fallback` -> `_set` to shorten line lengths. 12 11 13 There is a [https://groups.google.com/forum/#!topic/sage-devel/3ng87YVZjug thread on sage-devel] that complains about the failure in Debian of `import sage.all` from system Python.