This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-14
Channels
- # announcements (31)
- # babashka (9)
- # beginners (4)
- # calva (67)
- # cider (6)
- # clj-yaml (10)
- # clojure (105)
- # clojure-austin (8)
- # clojure-bay-area (1)
- # clojure-europe (12)
- # clojure-germany (3)
- # clojure-nl (1)
- # clojure-norway (7)
- # clojure-uk (2)
- # clojurescript (5)
- # core-logic (4)
- # data-science (29)
- # datomic (6)
- # dev-tooling (5)
- # emacs (3)
- # hyperfiddle (22)
- # introduce-yourself (4)
- # lsp (8)
- # malli (10)
- # off-topic (8)
- # pathom (74)
- # polylith (39)
- # practicalli (1)
- # reitit (3)
- # shadow-cljs (2)
- # spacemacs (3)
- # squint (4)
- # tools-deps (4)
@alexmiller
I'm not sure this channel is suitable for repoting this problem, but the linux installation script seems breaking.
For example, https://download.clojure.org/install/linux-install-1.11.1.1369.sh has the following command.
> curl -O https://github.com/clojure/brew-install/releases/download/1.11.1.1369/clojure-tools-1.11.1.1369.tar.gz
This command will create 0 byte file since http://github.com returns 302
.
So the installation script should have curl -L -O ...
command to download file correctly.
yes, I am working on moving towards this atm - there is now a newer version 1.11.1.1379
@UBL24PLE6 have a look at the asdf. There is https://github.com/halcyon/asdf-clojurewritten by @U08JQ8RD0 to asdf fetching clojure binaries from github. You can have a globally set version of clojure, and locally set different versions (although the latter is less relevant for development with Clojure)