crystal-community / icr

Interactive console for Crystal programming language
MIT License
505 stars 40 forks source link

OS X El Capitan Errors #40

Closed runeimp closed 7 years ago

runeimp commented 7 years ago

I updated Crystal and just installed icr version 0.2.13 via Homebrew. And am getting an error in ICR

$ icr
icr(0.20.3) > 2 + 2
Error: unknown command: /Users/runeimp/Google
icr(0.20.3) >

Doesn't matter what I type I get the same error as a result. 😞

jwoertink commented 7 years ago

That's really weird. Can you try removing that version of ICR, and then install from github directly?

runeimp commented 7 years ago

Rebooted, Homebrew uninstalled, and Homebrew reinstalled. Happy now. No idea why it didn't install properly yesterday. I had happened to reboot shortly before installing at that time. 🦄

jwoertink commented 7 years ago

Ok, cool. Glad to see it's all fixed now! Report if there's any other issues 😄

greyblake commented 7 years ago

@jwoertink Thanks for helping to resolve the issue:)