julia のインストールは juliaup 経由が簡単
February 25, 2024 – 12:13 pmJuliaのインストールはインストーラーjuliaupを用いるのが簡単。
Juliaのofficial siteでも、「all julia versions are installable through Juliaup」とされており、これが標準的のようだ。
Juliaup は以下でインストールされ、利用可能になる(Juliaup – Julia version manager参照):
$ curl -fsSL https://install.julialang.org | sh -s -- --yes
インストール後、juliaを動作させ、binaryの位置を確認:
(base) [newana@Server02 ~]$ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.10.1 (2024-02-13) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release |__/ | julia> exit() (base) [newana@Server02 ~]$ which julia ~/.juliaup/bin/julia