juliavm
juliavm copied to clipboard
`cut` command error in macos
cut: illegal option -- - usage: cut -b list [-n] [file ...] cut -c list [file ...] cut -f list [-s] [-d delim] [file ...]
run julia error in macos: exec format error: julia
It's not macos compatible, feel free to implement it. Other options are:
- you can use one of the forks which do implement a macos version.
- you can use asdf with the Julia plugin, which should solve your problem.
I'm not working with julia anymore, so keep this project up to date is not on my priorities right now. But if you feel you can fix it, feel free to send a patch!
FYI https://github.com/Roger-luo/IonCLI.jl
e.g
ion install julia 1.5
ion install julia 1.4
ion activate 1.5
ion activate 1.4
it's a binary built with pure Julia ;-)