Closed
Description
In the installing Ruby Gems and Jekyll phase, my Mac users have received an error that they don't have write permissions to the ruby gems directory.
This is the suggested fix in the instructions:
If you get a permissions error at this point, entering usr/local/bin/gem install rubygems-update instead of the command above may help.
That did not working for us, but the following did:
Typing this command:
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.bash_profile
Then this command:
source ~/.bash_profile
That fix derived from here:https://stackoverflow.com/questions/51126403/you-dont-have-write-permissions-for-the-library-ruby-gems-2-3-0-directory-ma