I have installed texmacs in a MacBook m2 using home-brew. It is working file but after installing Wolfram script and the plugin from GitHub it is not able to run it.
Any help?
Texmacs unable to run mma (Mathematica plugin) in Mac (m2)
Are you referring to tm-mathematica
at https://github.com/hammerfunctor/tm-mathematica ? I think the author is @sharkc (e.g. New functionality and breaking changes in `tm-mathematica`) and it might be worth to post a github issue too.
yes … Sure I will do so.
Actually I saw a post saying if run from terminal Texmacs is able to detect Wolfram engine
but for my case that is also not working.
Properly running subprocess inside TeXmacs on macos is a recurring topic in our forum, e.g. Issues with the Python Plugin – not calling the system-wide standard Python. The easiest workaround is to link, say /usr/local/bin/wolframscript
, which is always in PATH
, to your actually install path.
For our innocent macos users, it may be good to force reading supplements to PATH
from .zprofile
, zenv
and whatever. @[people involved in the actual TeXmacs development]