You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's surprising to me that juliapkg will automatically pick the latest compatible Julia version from juliaup's list, even if it isn't installed, while a previous compatible version is available.
I'd prefer to default to using an installed version if it meets the Julia compat constraints. Partly this is because I want to have a way to keep a "recommended" version of Julia even if a newer version is available (see also #29).
Also, Julia Pkg now has the PRESERVE_TIERED_INSTALLED resolver mode that prefers to use compatible, already-installed versions of packages even if the registry has newer releases. It would be nice if juliapkg had a corresponding mode for Julia installation.
Could maybe make this behavior configurable?
The text was updated successfully, but these errors were encountered:
It's surprising to me that
juliapkg
will automatically pick the latest compatible Julia version fromjuliaup
's list, even if it isn't installed, while a previous compatible version is available.I'd prefer to default to using an installed version if it meets the Julia compat constraints. Partly this is because I want to have a way to keep a "recommended" version of Julia even if a newer version is available (see also #29).
Also, Julia Pkg now has the
PRESERVE_TIERED_INSTALLED
resolver mode that prefers to use compatible, already-installed versions of packages even if the registry has newer releases. It would be nice ifjuliapkg
had a corresponding mode for Julia installation.Could maybe make this behavior configurable?
The text was updated successfully, but these errors were encountered: