Re: jupytext port build cannot find jlpm

2024-03-12 Thread Ryan Schmidt
On Mar 12, 2024, at 10:00, Jonathan Stickel wrote: > > command not found: jlpm > > Recommendations for how to resolve this issue? One solution is to figure out where this program is being called in the source code, then patch it to use the program name as it appears in MacPorts (e.g. in this

jupytext port build cannot find jlpm

2024-03-12 Thread Jonathan Stickel
I'm trying to update the port `py-jupytext` since the recent updates to Jupyterlab. The jupytext package now uses node.js and jlpm to build. The port `py-jupyterlab` provides jlpm, but it is in the path as `jlpm-{python.branch}`, and consequently jupytext cannot find it. I tried patching