juliavm icon indicating copy to clipboard operation
juliavm copied to clipboard

`cut` command error in macos

Open ColorFuzzy opened this issue 5 years ago • 3 comments

cut: illegal option -- - usage: cut -b list [-n] [file ...] cut -c list [file ...] cut -f list [-s] [-d delim] [file ...]

ColorFuzzy avatar Nov 12 '20 03:11 ColorFuzzy

run julia error in macos: exec format error: julia

ColorFuzzy avatar Nov 12 '20 03:11 ColorFuzzy

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!

pmargreff avatar Nov 12 '20 13:11 pmargreff

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 ;-)

Roger-luo avatar Feb 18 '21 18:02 Roger-luo