With Julia 1.9.0 being released, I ran juliaup update
in my (ubuntu 22.04) terminal to get the latest version. when I then start julia I got a
ERROR: LoadError: ArgumentError: Package OhMyREPL not found in current path.
- Run `import Pkg; Pkg.add("OhMyREPL")` to install the OhMyREPL package.
error (I have using OhMyREPL
ran automatically on Julai startup). Also, ]status
gives
(@v1.9) pkg> status
Status `~/.julia/environments/v1.9/Project.toml` (empty project)
Ut seems like all the packages I had in my default environment, given the update, have disappeared. Is there any good way to copy these over when I perform juliaup update
?