Skip to content
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

feat: add JuliaLang/juliaup #30562

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

suzuki-shunsuke
Copy link
Member

JuliaLang/juliaup: Julia installer and version multiplexer

$ aqua g -i JuliaLang/juliaup

@suzuki-shunsuke
Copy link
Member Author

suzuki-shunsuke commented Jan 4, 2025

We need to confirm if it works well.

Where does juliaup install julia?

https://github.com/JuliaLang/juliaup?tab=readme-ov-file#path-used-by-juliaup

Juliaup will by default use the Julia depot at ~/.julia to store Julia versions and configuration files.
This can be changed by setting the JULIAUP_DEPOT_PATH environment variable.
Caution: Previous versions of Juliaup used the content of the environment variable JULIA_DEPOT_PATH to locate Juliaup files, the current version changed this behavior and no longer depends on JULIA_DEPOT_PATH.

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jan 4, 2025
@suzuki-shunsuke
Copy link
Member Author

suzuki-shunsuke commented Jan 4, 2025

Hmm. It didn't work.

$ julia --help
INFO[0000] download and unarchive the package            aqua_version= env=darwin/arm64 exe_name=julia package_name=JuliaLang/juliaup package_version=v1.7.4 program=aqua registry=standard
Downloading JuliaLang/juliaup v1.7.4 100% |████████████████████████████████████████████████████████████████████| (2.8/2.8 MB, 34 MB/s)        
Error: The Julia launcher failed to load a configuration file.

Caused by:
    Could not open self configuration file "/Users/shunsukesuzuki/.local/share/aquaproj-aqua/pkgs/github_release/github.com/JuliaLang/juliaup/v1.7.4/juliaupself.json": Os { code: 2, kind: NotFound, message: "No such file or directory" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant