Changes between Version 30 and Version 33 of Ticket #29022
- Timestamp:
- Jan 17, 2020, 7:21:28 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29022
-
Property
Status
changed from
needs_info
toneeds_review
-
Property
Status
changed from
-
Ticket #29022 – Description
v30 v33 1 This ticket makes sagelib more independent from the environment variables set by `src/bin/sage-env` (`local/bin/sage-env`), and to remove assumptions regarding install locations of sagelib relative to `$SAGE_LOCAL`. 1 This is a follow-up from #28225 - "Allow sage to run in the absence of `sage-env`". The present ticket also allows `$SAGE_LOCAL/bin/python` to run and import `sage.all` in the absence of the shell script `sage-env`. (Getting a fully functional `sage.all` is future work.) 2 3 This ticket also makes sagelib more independent from the environment variables set by `src/bin/sage-env` (`local/bin/sage-env`), and to remove assumptions regarding install locations of sagelib relative to `$SAGE_LOCAL`. 2 4 3 5 - To support users who want to install an experimental version of sagelib in other install locations, such as in a user site packages directory.