To run a new Julia version, you need to download it from https://julialang.org/downloads/oldreleases.html and then just ensure it’s available on your path. I wrote up my personal workflow for dealing with multiple Julia versions here: Transitioning from Ubuntu PPA to official binaries - #2 by rdeits and I’ve been pretty happy with it.
rdeits
8
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Remove an element from an array without changing the original | 5 | 3921 | June 17, 2021 | |
| Make function more julian / simpler | 20 | 1158 | March 22, 2021 | |
| Why isn't there a non-! version of deleteat!()? | 8 | 541 | December 6, 2024 | |
| Newbie delete elements from array question | 10 | 867 | February 21, 2024 | |
| Deleteat!(trues(3), [true, false, false]) got "ArgumentError: indices must be unique and sorted" | 18 | 1165 | June 20, 2020 |