On Tue, Jun 22, 2021 at 05:47:11PM +0200, [email protected] wrote: > Elaborating a suggestion of Kurt [1] I tried > > SBCL_HOME=/usr/lib/sbcl/ jupyter notebook > > and it works on my debian system :) > > If SBCL_HOME is unset sbcl sets it from a compile-time default location which > is usually /usr/local/lib/sbcl/ but in debian seems to be /usr/lib/sbcl/. The > friCAS lisp image apparently looses the information.
<snip> > > [1] > https://sourceforge.net/p/sbcl/mailman/sbcl-bugs/thread/[email protected]/ Just little correction: SBCL_HOME is where sbcl is installed, which by default is what you wrote, but can be almost anywhere. FriCAS binaries work fine on machine with no installed sbcl. ASDF adds its own requirements and troubles... -- Waldek Hebisch -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/20210622162658.GA29260%40math.uni.wroc.pl.
