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

/usr/local/bin/lima: line 4: realpath: command not found on MacOS 10.14 #8

Closed
nmcain opened this issue May 15, 2021 · 2 comments
Closed
Labels
question Further information is requested

Comments

@nmcain
Copy link

nmcain commented May 15, 2021

I'm trying to run lima on my Macbook pro, but lima is complaining about a missing command. Do I need some sort of additional dependency to run this?

@AkihiroSuda
Copy link
Member

brew install coreutils

#7

@AkihiroSuda AkihiroSuda added the question Further information is requested label May 16, 2021
@bric3
Copy link

bric3 commented May 16, 2021

@nmcain I don't knw where you extracted the package but I had the same problem if I extracted the archive somewhere else. To work around this I simply created symlinks.

$ take /usr/local/opt/lima
$ tar zxf lima-0.1.0-Darwin-x86_64.tar.gz
$ ln -sf /usr/local/opt/lima/bin/limactl /usr/local/bin/limactl
$ ln -sf /usr/local/opt/lima/bin/lima /usr/local/bin/lima
$ ln -sf /usr/local/opt/lima/share/lima /usr/local/share/lima

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

No branches or pull requests

3 participants