Changes between Version 25 and Version 26 of Ticket #29950
- Timestamp:
- Jun 28, 2020, 11:54:45 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29950 – Description
v25 v26 7 7 }}} 8 8 9 Scripts installed into the tox virtual environment that use `sage-env` do not work yet -- `sage-env` sets things based on `SAGE_LOCAL` again. 9 The call of `./sage -sh` is necessary so that `SAGE_LOCAL` is set. 10 Moreover, for scripts that use `sage-env`, also `SAGE_ENV_SOURCED` is crucial for the correct operation; otherwise `sage-env` sets things based on `SAGE_LOCAL` again.