gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
152 stars 36 forks source link

port our python executable detection to upstream octave and use it here #1188

Closed cbm755 closed 2 years ago

cbm755 commented 2 years ago

Upstream Octave has a python command which is basically like system except calls Python. Its currently hardcoded to python, and would therefore benefit form what we do:

Upstream issue: https://savannah.gnu.org/bugs/index.php?62733

Thread: https://octave.discourse.group/t/configure-test-for-python-can-fail-but-with-little-apparent-harm/2978/7


If we move that code upstream, we could eventually drop it here.

alexvong243f commented 2 years ago

https://savannah.gnu.org/bugs/index.php?62733 has been fixed in https://hg.savannah.gnu.org/hgweb/octave/rev/6cfc7af8eacc