beginners

doojin 2026-02-24T06:30:52.260719Z

I am on gentoo linux. dev-lang/clojure doesn't install clj . How do I get clj on gentoo linux?

seancorfield 2026-02-25T14:25:18.088019Z

The official CLI, you mean? Yes. I use LinuxBrew (on Ubuntu) to install a lot of things, although I use the official posix-install.sh for the Clojure CLI. Be aware that Brew has a default clojure tap which is not official: clojure/tools/clojure is the official tap.

Ed 2026-02-24T10:24:23.867739Z

I'm on fedora, and I install brew to install clojure and babashka. I used to use the script but switched to brew because it was less work to update 😉

seancorfield 2026-02-24T15:39:27.666129Z

Unfortunately, there are some old/bad, unofficial clojure scripts out there in some Linux package managers, and it's hard to get them taken down 😞

doojin 2026-02-25T06:33:54.367079Z

clojure-tools from brew-install is very good...

doojin 2026-02-24T06:46:42.786279Z

Perhaps, clojure command from dev-lang/clojure can handle deps.edn?

doojin 2026-02-24T06:55:21.818659Z

clojure from dev-lang/clojure doesn't seem to support deps.edn.

doojin 2026-02-24T07:02:27.306969Z

Time to use the installer script.