Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jekyll Installation Instructions #442

Closed
abostroem opened this issue Nov 26, 2017 · 3 comments
Closed

Jekyll Installation Instructions #442

abostroem opened this issue Nov 26, 2017 · 3 comments

Comments

@abostroem
Copy link
Contributor

abostroem commented Nov 26, 2017

I just tried to follow the Jekyll installation instructions running on Mac OS 10.12.6 (Sierra). The default version of Ruby (2.0) is not supported by Jekyll and doing gem update ruby didn't get me a more recent version. I had to do the following:

#Install Homebrew if you haven't
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

#Install rbenv
brew update
brew install rbenv ruby-build
rbenv init
rbenv install 2.4.1
rbenv global 2.4.1

export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"

rbenv rehash

Then I could run Jekyll. It might be nice to include this information for future instructors.

@rgaiacs
Copy link
Contributor

rgaiacs commented Nov 27, 2017

@abostroem Thanks very much for the report. I will try add it to the README.md when I'm back from holidays.

@r4space
Copy link

r4space commented Jan 16, 2018

For linux systems too, text about installing ruby-dev would also be helful

@fmichonneau
Copy link
Contributor

we're updating the installation instructions in carpentries/lesson-example#276 closing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants