-
Notifications
You must be signed in to change notification settings - Fork 2
Updating Julia Version
Royi edited this page Feb 12, 2022
·
3 revisions
In the long run a built in tool for updating Julia will be part of JuliaWin.
Currently, the update must be done manually by:
- Close any application related to the
JuliaWininstallation. - Download the binary file updated version of Julia from Julia Releases.
- Go to
<JuliaWinPath>\packages\juliaand delete its content. - Copy the contents of the Julia binary into
<JuliaWinPath>\packages\julia.
If the update is a Minor version (1.6.x -> 1.7.y) then, in order to have all packages on the new version, copy Project.toml from userdata\.julia\environments\v1.6 to userdata\.julia\environments\v1.7 (Or do a text merge). Then on Julia do ] up.