How to install the newest version of a package?

Do you have the env variable JULIA_PKG_PRESERVE_TIERED_INSTALLED set? Otherwise the default should be to install the latest version, assuming it doesn’t conflict with another package, and assuming the registry is up-to-date (and the registry will by default update on the first pkg operation of the julia session, or when update is called).

3 Likes