kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
228 stars 37 forks source link

cadabra-server.cc is hardcoded to refer to Python 3.7 on windows #210

Closed kpeeters closed 3 years ago

kpeeters commented 3 years ago

Because Anaconda does not provide a clean way to figure out where its Python is installed, cadabra-server.cc has Python 3.7 hardcoded. Should be fixed by using a config variable.

kpeeters commented 3 years ago

Now takes info from Config.hh, so it will attempt Python 3.x when built against Python 3.x.