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

Ruby Installing a Ruby Development Environment Installing a Ruby Development Environment Installing the Treehouse VM on Windows

Eivind Jonassen
Eivind Jonassen
5,994 Points

Rails Development - Run course through Ubuntu?

After stumbling around and finally managing to install Ruby, Rails VirtualBox, Vagrant and Cmder I have gotten to the stage where it tells me to go to vm.teamtreehouse.com and download the package there. It says that it includes Ubuntu. I already got Ubuntu installed on my computer as a seperate OS. Is it recommended that I just install Ruby, Rails ,Node.js etc on Ubuntu and do the course from there?

2 Answers

It's a virtual machine of Ubuntu with most of the right packages already installed on it. If you want to use Vagrant which is the current recommended method for Ruby/Rails development environment you need it, no matter what your host operating system is. Alternatively you could install everything you need natively and not use Vagrant. It's one or the other, your choice.

Eivind Jonassen
Eivind Jonassen
5,994 Points

Ok, then I think I'll be going through Windows. Thanks for your opinion :)

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

I would advise against Windows in the long run if you want to get into Rails development seriously ;). You will get more errors than Linux and Mac users and lots of stuff from the videos simply won't run.

Not if using Vagrant as Ruby isn't actually running on Windows.