-
Notifications
You must be signed in to change notification settings - Fork 88
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
docs: Include scoop method of installation in README #1104
base: main
Are you sure you want to change the base?
Conversation
Couple of thoughts:
|
Hi @davidanthoff, thanks for your thoughts
Scoop does update the packages versions manifest automatically through some scheduled process. The new version information can be obtained through different mechanisms, see App Manifest Autoupdate. Currently for Juliaup is configured to get the information from the GitHub Releases, as you can see in the manifest commit history that last week the manifest it was updated to the version 1.17.9. Related to the autoupdate I decided to download from the GitHub Release directly because they were the only ones that had the version on the name, the links detailed on the README do not have the version information, (ie "https://install.julialang.org/Julia-x64.msi"). I suppose that this could be fixed by changing the Rename Step to copy the files instead of renaming it, in favor of not breaking anything that depends on the names as they are now.
I will say that it's possible but it might bring some issues, there has been a julia manifest since 2014 and I suspect that changing it will break other scoop users setups.
Yes, the MSI installer seems to work without any issues. For example, the rust manifest uses it. As mentioned above, the MSI files must be published with the version in their name.
Of course, I updated the PR to mention the Scoop installation under the Software Repositories section |
Hi,
A few days ago in juliaup can be installed using scoop. It was enabled with ScoopInstaller/Main#6210
Personally I been using scoop for a few years already on my personal and my work Windows machines and never had any issue. I prefer scoop over winget for cli tools as it eases the way to manage it and find issues.
Hopefully this helps with #343