You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current lookup for dune relies on PATH containing the dune binary. This is wrong for a few reasons, firstly we might not have the same dune binary in PATH and secondly it might not even be there like here:
File "dune.lock/sexplib0.pkg", line 4, characters 6-10:
4 | (run dune build -p %{pkg-self:name} -j %{jobs}))
^^^^
Error: Program dune not found in the tree or in PATH
(context: default)