On Nov 1, 2016 4:32 PM, "Steven G. Johnson" <stevenj....@gmail.com> wrote:
>
> When you upgrade from (say) Julia 0.4 to 0.5, you have to re-install all
of the packages because the package directory changes.   It seems like
there should be an automated way to do this.  Does something like this
exist?  Seems like it should be a built-in Pkg feature.
>
> (It would be straightforward to write a function that reads the REQUIRE
file from another Julia version and adds all of those packages.)

I believe the current recommend way is to copy REQUIRED and run Pkg.update

Reply via email to