You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry in advance if I've missed where this is documented, but is there a way to set the version of Julia that is used for running jobs?
I've noticed that when using Julia IDE the default julia installed is (as of today) 1.10.5, and to use 1.11.* I first install juliaup, use that to install 1.11 and then use that.
However, for running jobs it would be nice to be able to set the julia version used to run the job programatically.
The text was updated successfully, but these errors were encountered:
Hi all,
Sorry in advance if I've missed where this is documented, but is there a way to set the version of Julia that is used for running jobs?
I've noticed that when using Julia IDE the default julia installed is (as of today)
1.10.5
, and to use1.11.*
I first installjuliaup
, use that to install1.11
and then use that.However, for running jobs it would be nice to be able to set the julia version used to run the job programatically.
The text was updated successfully, but these errors were encountered: