The Missing Package Manager for macOS (or Linux)
1 2 3 # /opt/homebrew/Cellar echo $PATH find / -type d -name "Cellar"
1 2 3
# /opt/homebrew/Cellar echo $PATH find / -type d -name "Cellar"
References brew.sh https://www.cnblogs.com/mjios/p/14497925.html echo "$(brew --repo)" echo "$(brew --repo homebrew/core)" echo "$(brew --repo homebrew/cask)" echo $HOMEBREW_BOTTLE_DOMAIN Note...
bundler.io Bundler provides a consistent environment for Ruby projects by tracking and installing the exact gems and versions that are needed. Bundler is an exit from dependency hell, and ensures...
jekyllrb.com 1 gem install bundler jekyll 1 bundle exec jekyll doctor jekyll search not working Execute command “jekyll doctor” and verify exists error. Check the metadata in the post fi...
bundler troubleshooting
jekyll troubleshooting