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 would radically simplify the (duplicated, written in different scripting languages) installer logic if we could just unpack the tarball and invoke uv self install. This is ultimately how modern rustup works. And it benefits the tool greatly to be in control of its install process.