scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
Mozilla Public License 2.0
47 stars 2 forks source link

MATHEMATICA_INSTALL_PATH environment variable doesn't work #40

Closed light-matters closed 5 months ago

light-matters commented 5 months ago

Using the MATHEMATICA_INSTALL_PATH environment variable and evaluating wolframite/core.clj returns

Couldn't find MathKernel / WolframKernel under the given path '/opt/Mathematica/Executables' at any of the known locations.

Using WOLFRAM_INSTALL_PATH however, seems to work (for the same path). Do we really need two environment variables anyway?

light-matters commented 5 months ago

This was a misleading error and is solved (I think) in https://github.com/scicloj/wolframite/commit/5c395551545d7e4678ffb07b687acaaf02e0ad9c.