Changes between Version 56 and Version 57 of Ticket #29013
- Timestamp:
- 09/17/20 03:50:07 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29013 – Description
v56 v57 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`. 7 7 8 This is activated by running, for example, `make PYTHON_FOR_VENV= /usr/bin/python3.8 SAGE_VENV=`$SAGE_LOCAL/var/lib/sage/venv/$PYTHON_TAG`.8 This is activated by running, for example, `make PYTHON_FOR_VENV="/usr/bin/python3.8" SAGE_VENV="$SAGE_LOCAL/var/lib/sage/venv/python3.8"`. 9 9 10 10 To implement this, an SPKG needs an indication that it is a Python package - for example #30024.