As a new Julia binary, new environment. OK.
But how can reinstall all my already old packages? One by one?
Thanks!
That was my first idea;) But maybe Pkg.instantiate
on some high level packages helps. BTW are you using local environments?
1 Like
You can copy .julia/environments/v1.6/Project.toml
to .julia/environments/v1.7/Project.toml
and run import Pkg; Pkg.instantiate()
. You might have to delete an existing Manifest.toml
in .julia/environments/v1.7/Manifest.toml
first.
9 Likes
thanks… gonna try!
nice!!! very well organized…
easy and intuitive.
thanks!!!
still updating…
1 Like
well…
I create a folder, ~/.julia. inside it another, bin, with julia binary.
julia made the rest for me.
works!!!
thanks!!!