简体   繁体   中英

brew install julia LTS

I accidentally installed Julia 1.8 using brew install julia , and I'd prefer to have julia 1.7 or the LTS. Is there a way to install the LTS using brew, or do I have to do it manually?

Installing the LTS version using: brew install homebrew/cask-versions/julia-lts

% brew search julia
==> Formulae
julia ✔                                                         juliaup                                                         julius

==> Casks
julia                                                           julia-lts ✔                                                     julia-nightly
% julia --version
julia version 1.8.1
% julia-lts --version
julia version 1.6.7

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM