cd book && lake exe fp-lean always breaks down with something missing in ../examples/, like
✖ [144/233] Running exampleBinaries
error: no such file or directory (error code: 2)
file: <WHATEVER>/fp-lean/book/../examples/.lake/build/bin
This is on Linux, with ~/.elan/ already populated via VSCode, and working Lean in VSCode.
Further, lake exe fp-lean downloads newer versions of Lean (acurally, different ones) for the reason I don't understand. Shouldn't it be using the one installed?
cd book && lake exe fp-leanalways breaks down with something missing in../examples/, likeThis is on Linux, with
~/.elan/already populated via VSCode, and working Lean in VSCode.Further,
lake exe fp-leandownloads newer versions of Lean (acurally, different ones) for the reason I don't understand. Shouldn't it be using the one installed?