Changes between Version 55 and Version 56 of Ticket #29013
- Timestamp:
- 09/17/20 03:48:38 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29013 – Description
v55 v56 2 2 3 3 In this ticket, we add support for installing several python versions into the same `SAGE_LOCAL`: 4 - keeping install records for Python packages in `$SAGE_VENV/var/lib/sage/{installed,scripts,wheels}`, separate from those of non-Python packages ( $SAGE_LOCAL/var/lib/sage/{installed,scripts})4 - keeping install records for Python packages in `$SAGE_VENV/var/lib/sage/{installed,scripts,wheels}`, separate from those of non-Python packages (`$SAGE_LOCAL/var/lib/sage/{installed,scripts}`) 5 5 - likewise for `$SAGE_LOCAL/var/tmp/sage/build` 6 6 - here `$SAGE_VENV` defaults to `$SAGE_LOCAL`, but can be overridden to an arbitrary directory that will be used as the wheel-building venv, for example `$SAGE_LOCAL/var/lib/sage/venv/$PYTHON_TAG`.