Stop juliaup to notify new version of julia?

I got this notification when I run julia today

The latest version of Julia in the `release` channel is 1.11.0+0.x64.linux.gnu. You currently have `1.10.5+0.x64.linux.gnu` installed. Run:

  juliaup update

in your terminal shell to install Julia 1.11.0+0.x64.linux.gnu and update the `release` channel to that version.

I don’t want to see it every time I run julia. Is there any way to turn it off? Thanks!

set your default julia to julia +1.10 rather than julia +release

5 Likes