-
Notifications
You must be signed in to change notification settings - Fork 185
Solves https://github.com/lunduniversity/introprog/issues/878 #880
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
Conversation
@JohanbcEkberg thanks! |
As @trilleplay says in the issue. Brew is (in my opinion) very intuitive and easy for beginners on MacOS (and works pretty well on Linux too) so I think we should give it as an option at least. |
OK lets recommend Homebrew for macos. But I tried brew on linux once a while ago and it interfered with sdkman and cs and other stuff on path so I'd like to recommend SDKMAN for linux. Although Homebrew is "yet another thing that I don't know what it is" I trust you that it is very good for all macos people to get it started. So lets go for it for macos. Perhaps we should have Hombrew under its own heading and refer to that, similar to SDKMAN. Or you want it inlined under MacOS as it is THE "standard" on macos? (What about macports or what its called?) @JohanbcEkberg |
I agree that it does interfere with other tools. I suggest that we inline it under MacOS to avoid the issue you are mentioning of installing some things with SDKMAN, CS, etc. Macports is in my opinion way too complicated for a beginner since it compiles source code while Homebrew just downloads a precompiled binary. That makes macports a bit more flexible but homebrew provides a solution for beginners that "just works". |
OK so go with inlining macos only and we skip mentioning macports at all |
let me know explicitly when you feel ready to merge and all comments been resolved... @JohanbcEkberg |
@JohanbcEkberg tyvärr blev det konflikter när jag mergade #883 från @mnordahl --- hoppas du kan fixa dem manuellt? |
Fixat! |
Might be wise to remove Bash stuff since it has no impact on this course?