Please use https://github.com/Roger-luo/ion
A CLI package manager for Julia.
Disclaimer: It’s still at an early stage, even I have tested it myself in daily usage for a few weeks, I still expect it to have some glitches, and please file an issue to help improve it if you hit any.
For MacOS users, due to system image compilation issue, you will need to compile this package manually via using IonCLI; IonCLI.comonicon_build()
.
IonCLI is a Julia Language package. To install IonCLI, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command
Copy paste the following line to your terminal.
bash -ci "$(curl -fsSL https://raw.githubusercontent.com/Roger-luo/IonCLI.jl/master/setup)"
MIT License