Thanks Queenie. I missed your post and took the sudo approach Dale suggested.
Susan > On Apr 5, 2016, at 1:33 PM, Queenie Ma <[email protected]> wrote: > > I have a Mac, and I was able to set up my environment by installing > rbenv (using > Homebrew) as suggested in the Stack Overflow post. The README > <https://github.com/rbenv/rbenv> in the rbenv GitHub repo has some steps on > how to install it. After installation, you can check that your active Ruby > version is correct. > > Queenies-Work-MacBook-Pro:incubator-quarks-website queeniema$ rbenv global > 2.3.0 > Queenies-Work-MacBook-Pro:incubator-quarks-website queeniema$ rbenv versions > system > * 2.3.0 (set by /Users/queeniema/.ruby-version) > > > -- > Queenie > > On Tue, Apr 5, 2016 at 1:21 PM, Susan Cline <[email protected]> wrote: > >> 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, >> >>
