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

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

If we have a Windows PC, do we need to download ruby/rails/git/node.js on our local PC if we decide to use a VM?

I've heard windows is a pretty bad platform from which to run rails, so I figured why do the downloads and take up the space if it wasn't necessary?

Yes windows by itself is a bad platform for developing with languages and tools which are heavily unix(linux) based.

Use a VM or a lightweight container with something like docker.

2 Answers

I downloaded node.js and git on my pc, then used the VM that Treehouse provides and it seems to work pretty well. I tried to do everything locally on my computer and it didn't work, but once I switched over to the VM with git and node.js on my computer, it worked out well!

Thanks. I'll probably delete Ruby/Rails then, no need to waste space.