-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
removed julia binary #619
removed julia binary #619
Conversation
I don’t find that a compelling argument. We have other duplicates with homebrew (avidemux, chicken of the vnc, macvim), and I don’t see why that would constitute an issue. Not only does it mean we sometimes can bring the apps to the hands of users sooner (it was the case with avidemux), it also means a user can choose to install either an already compiled executable (fast to get) or have it compiled from source (slow). I haven’t tried it, but I’m thinking the conflict shouldn’t be too hard to solve (after all, we have those aforementioned casks, and as far as I know, they never posed a problem). You’re also acting on the assumption that users use that particular tap, which may very well not be the case. If you could please explain what exactly are the messages pertaining to the conflict, we can try to solve the problem, but removing the cask doesn’t seem to me like the correct way of handling it. |
Ok fair enough. The error occurs when I execute |
I don’t get that error, but I suspect what might be wrong (which would be easy and quick to fix). Could you please give me the output of |
Error: Failed to import: codebug |
Yep, seems like good news. Run the following one-liner And that’s it, really, it should work now. After you run Error: julia is a head-only formula
Install with `brew install --HEAD julia And after running To explain what’s going on, the above code is from this comment, and is meant to fix this problem which occurs due to this issue. Can you confirm everything now works for you as intended? |
yep that totally does. thanks for the help. |
No problem. Glad to see it was an easy fix. |
it would be better to install julia as a binary from a normal homebrew formula, since it is also distributed as source. this formula creates a name conflict with this tap.