ERROR: While executing gem ... (Errno::EPERM) Operation not permitted - /usr/bin/jekyll
I\'m getting a permission error on trying to install Jekyl
Try :
sudo su
Enter your password, try again as root gem install jekyll
gem install jekyll
I ran into the same error message.
Solved for me by installing ruby from brew.
sudo nvram boot-args="rootless=0"; sudo reboot reboot sudo gem install jekyll -V cd into directory jekyll serve --watch