When I try to install Jekyll I get this:
Susans-MBP-247:~ susancline$ gem install jekyll
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
Googling for that error shows this:
http://stackoverflow.com/questions/14607193/installing-gem-or-updating-rubygems-fails-with-permissions-error
<http://stackoverflow.com/questions/14607193/installing-gem-or-updating-rubygems-fails-with-permissions-error>
which implies I should install rubygems (?) using rbenv.
I did not want to mess up my environment, so was hoping someone else had run
into this and could advise.
Susan
> On Apr 5, 2016, at 12:40 PM, William Marshall <[email protected]> wrote:
>
> @Dale, the pull requests have been merged.
>
> @Susan, I haven't set up on a mac, were you running into issues? The
> process for handling the commits is in the build.sh file. It's only a few
> lines; not too bad.
>
> On Tue, Apr 5, 2016 at 12:29 PM, Susan Cline <[email protected]> wrote:
>
>> I had a problem with getting my website environment - jekyll et al working
>> on Mac OS X. The one time I processed the merge request I made the mistake
>> of not testing first.
>>
>> Has anyone set up their environment on a Mac and if so, would they be
>> willing to document it? If so, I think we could get some more help here.
>>
>> Cheers,