-
-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Juliaup rollout #1922
Comments
We've been having a long conversation about this on slack spurred by a new user who, entirely justifiably, got confused largely over broken and out of date Julia linux distro packages. I think it would be very beneficial to do something along the lines of what @davidanthoff is suggesting. In my experience, most of the relatively new programming languages are in the same boat as Julia, having patched dependencies that make the build process less than straightforward for package managers. Rust, which has already been mentioned, also has an install page which prominently mentions rustup. Haskell, in which the recommended install method is |
As "the new user", I think it makes a lot of sense. Neither installing Julia from Pop_OS! shop nor the default Windows 64 bit download worked with the VS Code plugin (still have to see if Juliaup also solves it on Windows - did on Linux). |
I actually came here to see if there was an issue already to suggest just this! I am 10000% for this. Juliaup is great and we should have the little
as accessible as possible (and the separate Windows command right next to it). |
I would also make sure https://julialang.org/downloads/ at the top points out that simple install instructions can be found at SOMELINK and that direct download is for people who have specific needs and essentially know what they are doing. |
Also, don't forget about https://julialang.org/downloads/platform/ |
#1969 has been merged so we should move forward on the other tasks above |
I'm starting to think through all the necessary changes we need to do to make Juliaup the official way to install Julia, and an important part is the homepage and documentation.
Roughly, here is what I would suggest:
Thoughts? Does that make sense?
If someone wants to help with making these changes it would be great!
The text was updated successfully, but these errors were encountered: