Sublim-julia

Hello every one
I need the path way of julia languag ein ubuntu 24, for running the julia code.
Thank you very much

Copy and past the following line to install julia:

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

Restart your terminal, and then execute:

juliaup add 1.11
juliaup update

Or do you refer to GitHub - JuliaEditorSupport/Julia-sublime: Julia syntax highlighting for Sublime Text ?

Instead of juliaup add 1.11, do juliaup add release ?