Skip to content

Trying a release candidate

Ian Butterworth edited this page Nov 28, 2022 · 2 revisions

The juliaup release process has a preview channel. For instance note how main may be ahead of the latest released tagged version.

To install the latest preview release from scratch, on unixes run

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

or to switch an existing installation to the release preview, and update to latest

juliaup self channel releasepreview
Clone this wiki locally