Installing Jekyll on a Mac in March 2024
Why I wanted to run Jekyll on my Mac to see changes locally. Process Follow the quickstart guide on official Jekyll website Problem 1: gem install jekyll received no output. Solution: terminal helpfully warned that. You don’t have /Users/username/.gem/ruby/2.6.0/bin in your PATH, gem executables will not run. Problem 2: find the PATH Solution: (a) echo @$PATH``, (b) edit .bash_profile``` Problem 3: still no Jekyll Use the which command to find out why Jekyll isn’t recognised...