Changes between Version 8 and Version 9 of Ticket #29852
- Timestamp:
- Nov 13, 2020, 3:13:28 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29852 – Description
v8 v9 1 1 We reduce the runtime dependency of `sage` on `sage-env-config`. 2 2 3 We query `sage-config` from `sage_conf` (which has a dependency on our `python3` package, of course) for the values of `SAGE_LOCAL` and `SAGE_ROOT`. `sage-config` must be in the same directory as $0.3 We query `sage-config` (installed by `sage_conf`, which has a dependency on our `python3` package) for the values of `SAGE_LOCAL` and `SAGE_ROOT`. `sage-config` must be in the same directory as $0. 4 4 5 5 This allows the installed `sage` script to be invoked directly from `$SAGE_LOCAL/bin` in an environment without `SAGE_...` variables, restoring what was previously implemented in #25486.