当前位置: 首页 > 工具软件 > Bash-Oneliner > 使用案例 >

[one-liner] Install Julia (juliaup)

郎曜文
2023-12-01

One-Liner series: juliaup

source: github

Install on Ubuntu

curl -fsSL https://install.julialang.org | sh

Update on Ubuntu (via ‘release’ channel)

juliaup update release
 类似资料: