Hi Arie, pil is just a wrapper around picolisp, it loads a few libraries etc as standard, but it relies on the intepreter being at /usr/bin/picolisp, which it is not in your case. You can either try changing the shebang at the top of pil from #!/usr/bin/picolisp /usr/lib/picolisp/lib.l to #!/mnt/e/_utils/src/picolisp/picolisp_install/picolisp/bin/picolisp /mnt/e/_utils/src/picolisp/picolisp_install/picolisp/lib/lib.l or, you can just try running picolisp and loading lib.l and the other libraries which pil loads afer that manually
Phil -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
