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
fix: copy clojure tools jar to ~/.deps.clj for sandbox use
bb's deps.clj delegates to system clojure when it's on PATH, so
`bb clojure -P` never writes the tools jar to ~/.deps.clj/. Inside
the sandbox, system clojure isn't available, so bb needs the jar
at ~/.deps.clj/<version>/ClojureTools/. This copies it explicitly
from the system install directory during setup.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments