|
|
|
|
|
by chmaynard
3388 days ago
|
|
My advice is the result of wasting many hours installing, re-installing, and trying to update and tweak Ruby and Python software on my Mac, just to test various static websites. I learned nothing useful by doing this, and I'm trying to discourage others from making the same mistake. |
|
I don't think this is the case anymore tho, as you can use two commands `brew update` to update Ruby and `bundle update` to manage Jekyll.
- Homebrew does a great job of managing Ruby versions on macOS.
- Bundler now manages all of Jekyll's dependencies without issue.