tooploox / oya

Using Oya packs containing reusable boilerplate & scripts, you can bootstrap easy to work with, deployable projects
https://oya.sh
MIT License
151 stars 3 forks source link

"Oya not optimised for your Mac" message #64

Closed equin0xe closed 5 years ago

equin0xe commented 5 years ago

I got following message using oya run command on macOS Mojave 10.14.4:

Screenshot 2019-05-30 at 13 15 43

However, it didn't affect the expected result of used command.

bart84ek commented 5 years ago

It looks like 32bit oya binary on 64bit machine. Try to reinstall and if doesn't help i need output of

$ uname -m
$ file `which oya`
equin0xe commented 5 years ago

Upgrading oya via curl https://oya.sh/get | bash solved the issue.