Changes between Version 57 and Version 58 of Ticket #29013
- Timestamp:
- 09/17/20 06:14:45 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29013 – Description
v57 v58 7 7 8 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 (This could also be a configure variable ([[https://github.com/autotools-mirror/autoconf/blob/master/lib/autoconf/general.m4#L601|installation directory option]]) defaulting to `${prefix}`.) 9 10 10 11 To implement this, an SPKG needs an indication that it is a Python package - for example #30024.