Changes between Version 62 and Version 75 of Ticket #29013
- Timestamp:
- 11/11/20 20:19:09 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29013
-
Property
Authors
changed from
Matthias Koeppe, Erik Bray
toMatthias Koeppe
-
Property
Dependencies
changed from
#22731, #30719
to#30719, #30657, #30622, #30724 | #22731, #30731, #30896
-
Property
Commit
changed from
208c7e68c24c1fe896a5e6573c6aae5399056431
to9b93425dad001fe468e0f1551a9b55c0f8289d62
-
Property
Work issues
changed from
to
refactor through #30896
-
Property
Authors
changed from
-
Ticket #29013 – Description
v62 v75 9 9 - 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"`. 10 10 - 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}`. 11 - We may also want to support `./configure --with-python=no` which would suppress making any venv.11 - We also want to support `./configure --with-python=no` which would suppress making any venv (#30896) 12 12 13 13 (Tricky case: When system python3 is not in use and SAGE_VENV != SAGE_LOCAL, then both a real `$SAGE_LOCAL/bin/python3` needs to be built and a venv in SAGE_VENV created.)