Changes between Version 11 and Version 12 of Ticket #27040
- Timestamp:
- 01/11/19 09:46:32 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27040 – Description
v11 v12 1 1 1. `sage.all` should be importable and mostly usable even if no environment variables like `SAGE_ROOT` or `SAGE_LOCAL` are set. 2 2 3 2. Some unneeded variables are removed.3 2. Unneeded variables are removed. 4 4 5 3. Get rid of the over-engineered `$VAR` replacement stuff.5 3. Some code cleanup. 6 6 7 4. In someplaces, `SAGE_LIB` (installed location of Sage) can be used instead of `SAGE_SRC`.7 4. In many places, `SAGE_LIB` (installed location of Sage) can be used instead of `SAGE_SRC`.