WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.03k stars 124 forks source link

sh: /WolframKernel: No such file or directory #110

Open rafael5 opened 3 years ago

rafael5 commented 3 years ago

When we configure Jupyter:

./configure-jupyter.wls add

We get the following error message:

sh: /WolframKernel: No such file or directory

I tried to remedy this by adding the WolframKernel to the PATH definition in .profile:

export WOLFRAM_PATH=/Applications/Wolfram\ Engine.app/Contents/Resources/Wolfram\ Player.app/Contents/MacOS/ export PATH="$WOLFRAM_PATH:$PATH"

But this didn't fix the issue.

sylviemonet commented 3 years ago

Same issue on Mac M1 chip...

Rullec commented 1 year ago

Hi there, did you try dos2unix configure-jupyter.wls?