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

General Discussion

Install ruby on Window

Error: Could not find a valid gem 'bundler' <>=0, here is why: Unable to download data from https://rubygems.org/ -no such name https://rubygems.org/latest_specs.4.8.gz

1 Answer

Ryno Botha
PLUS
Ryno Botha
Courses Plus Student 4,055 Points

For Windows I recommend you use RubyInstaller (http://rubyinstaller.org/)

Follow the installation instructions for DevelopmentKit described at: (https://github.com/oneclick/rubyinstaller/wiki/Development-Kit)

~After installing DevelopmentKit you can install all needed gems by just running from the command prompt (windows console or terminal): gem install {gem name}. For exampel, to install rails, just run gem install rails.

You can also look at this: (https://forwardhq.com/support/installing-ruby-windows)

Hope it helps x)