Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cut command error in macos #9

Open
ColorFuzzy opened this issue Nov 12, 2020 · 3 comments
Open

cut command error in macos #9

ColorFuzzy opened this issue Nov 12, 2020 · 3 comments

Comments

@ColorFuzzy
Copy link

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

@ColorFuzzy
Copy link
Author

run julia error in macos: exec format error: julia

@pmargreff
Copy link
Owner

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!

@Roger-luo
Copy link

Roger-luo commented Feb 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants