rkyleg / asdf-julia

MIT License
25 stars 16 forks source link

asdf-julia

Github Actions A julia plugin for the asdf version manager.

Install

asdf plugin-add julia https://github.com/rkyleg/asdf-julia.git

Usage

Check asdf readme for instructions on how to install & manage versions of Julia.

A few notes

On OSX:

The script pulls down the app package from the Julia website, but does not install as a native app. Instead, it copies the julia directory from the Resources folder inside the app package, thus providing the binary to asdf.

Acknowledgments