Prerequisites
Package Name
juliaup
Expected/Current Behaviour
When installing juliaup it needs to include two binaries ``juliaup.exeandjulia.exe`. When completing #6209 I missed to include the `julia.exe` executable.
Additionally as discussed on JuliaLang/juliaup#1104, it's preferable to install it from .msi available in S3, instead of the GitHub Releases
Steps to Reproduce
> scoop install juliaup
> julia
julia: The term 'julia' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Possible Solution
Need to update the "bin" entry on the manifest to include both executables
Scoop and Buckets Version
❯ scoop --version
Current Scoop version:
859d1db5 (HEAD -> master, tag: v0.5.2, origin/master, origin/HEAD) chore(release): Bump to version 0.5.2 (#6080)
'main' bucket:
a72c3ffd0 (HEAD -> master, origin/master, origin/HEAD) broot@1.44.7: Fix hash (Closes #6539)
'extras' bucket:
b1bae9fc34 (HEAD -> master, origin/master, origin/HEAD) win10_brightnessslider: Update to version 1.8.22
Scoop Config
❯ scoop config
last_update scoop_branch scoop_repo
----------- ------------ ----------
2/14/2025 4:13:22 PM master https://github.com/ScoopInstaller/Scoop
PowerShell Version
Name Value
---- -----
PSVersion 7.4.6
PSEdition Core
GitCommitId 7.4.6
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Additional Softwares
No response
Prerequisites
Package Name
juliaup
Expected/Current Behaviour
When installing juliaup it needs to include two binaries ``juliaup.exe
andjulia.exe`. When completing #6209 I missed to include the `julia.exe` executable.Additionally as discussed on JuliaLang/juliaup#1104, it's preferable to install it from .msi available in S3, instead of the GitHub Releases
Steps to Reproduce
Possible Solution
Need to update the "bin" entry on the manifest to include both executables
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response