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
The Julia programming language has a tool Juliaup which was not only heavily inspired by rustup, but I also copied the rustup-init.sh script as a starting point. First of all: thanks so much for an awesome project, the inspiration and the code, it made building Juliaup sooo much easier!
We recently fixed a pretty bizzar corner case bug with the shell script re platform detection, and I just thought I'd let you know in case you want to copy that over into your rustup-init.sh :) The PR is JuliaLang/juliaup#701.