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

Jesus Mendoza
Jesus Mendoza
23,288 Points

How to use Rails without the TreeHouse VM?

You guys teach us how to use rails with the Treehouse VM, but what if in the future we have to work as ruby developers and we can't use it?

How do we use Rails without the threehouse vm?

There is a Treehouse video called Installing a Ruby on Rails Development Environment in OSX that may be helpful if you are using Mac?

1 Answer

Avram Stern
Avram Stern
12,604 Points

Hey Jesus Mendoza, you will have to set up a ruby environment on your personal computer. And as greggv said there is a video made by Treehouse that will certainly help you.

If you have a Mac computer you should check: https://teamtreehouse.com/library/installing-a-ruby-on-rails-development-environment-in-os-x

If you are on Windows: https://teamtreehouse.com/library/installing-a-ruby-on-rails-development-environment-in-windows

And if you are on Ubuntu: https://teamtreehouse.com/library/installing-a-ruby-on-rails-development-environment-in-ubuntu

Hope that helps!