Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Build a Blog with Jekyll and GitHub Pages Getting Started with Jekyll Installing Jekyll

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Where do the Jekyll Ruby Gem files go on Windows?

I managed to install Jekyll on Windows via Git Powershell. Yay! :)

But I can't find the files on Windows? Am I missing something? Am I supposed to be able to find them? :)

I'm on Windows 7.

Not a Windows user, but I believe typing "gem environment" in your command line should pull up the path. This link might help: http://guides.rubygems.org/command-reference/#gem-environment

1 Answer

Thomas Dimnet
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Thomas Dimnet
Python Development Techdegree Graduate 43,629 Points

Hey Jonathan,

I found your answer: for me (I'm on Windows 10), jekill goes to my Ruby library. The complete path to jekill should be for you: OS/Ruby23x64/lib/ruby/gems/2.3.0/gems.

Thanks to a very simple research with explorer, I find your solution in 10 seconds :). I hope I help you.