I'm using v"0.3.8"
on Windows. I found from
http://julialang.org/downloads/
Current Release (v0.3.9)
I know I could download the prebuild version and install again. Is there a way to upgrade (from current installed version) to the new version?
There's Pkg.update()
, it runs for a long time without any output - it doesn't work in this way.
From the documentation:
update() Update package the metadata repo – kept in Pkg.dir("METADATA") – then update any fixed packages that can safely be pulled from their origin; then call Pkg.resolve() to determine a new optimal set of packages versions.
So it is not the right tool to upgrade the language itself.