Build Status |
---|
jlpkg
plugin for the asdf
version manager.
-
Make sure Julia is installed and available in
PATH
. This can e.g. be done by using theasdf-julia
plugin. -
Install the
asdf-jlpkg
plugin:asdf plugin add jlpkg https://github.com/fredrikekre/asdf-jlpkg.git
-
Install
jlpkg
:# Show all installable versions asdf list-all jlpkg # Install specific version asdf install jlpkg latest # Set a version globally (in your ~/.tool-versions file) asdf global jlpkg latest # Now jlpkg commands are available jlpkg --version
Check asdf readme for more instructions on how to install & manage versions.