Read about juliaup in wonderful https://modernjuliaworkflows.org/ blog and wanted to use it as one of suitable best practices. Failed to install juliaup under my Ubuntu 24.04. Error message from curl:
$ curl -fsSL https://install.julialang.org | sh
info: downloading installer
Warning: Not enforcing strong cipher suites for TLS, this is potentially less secure
Warning: Not enforcing TLS v1.2, this is potentially less secure
curl: (23) client returned ERROR on write of 1406 bytes
juliaup: command failed: downloader https://julialang-s3.julialang.org/juliaup/bin/juliainstaller-1.17.13-x86_64-unknown-linux-musl /tmp/tmp.aecxolYcWJ/juliainstaller x86_64-unknown-linux-musl ```
Google actually didn’t help. Do I understand correctly that juliaup isn’t just yet developed for this Ubuntu version? So can I just wait for them or there’s (relatively) simple way to do it?
Thanks a lot!