Add all packages from 1.0.3 to 1.1

How to add all the Packages already added under 1.0.3 when moving to 1.1.

You can copy the .julia/environments/v1.0 folder to v1.1.

4 Likes

this was easy! it works. Thank you very much!

Is there any reason why Julia does not automatically copy the previous environment over, if it already exists?

See discussion in https://github.com/JuliaLang/julia/pull/28631.