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 trialKevin Fitzhenry
30,096 PointsInstalling Ruby on Mac vs. Treehouse VM
So, installing Ruby on Mac and using the Treehouse VM achieve the exact same result?
2 Answers
Boris Quiroz
3,404 PointsYes, you'll get the same result.
Just be sure to install the same version that Workspaces are using, which is ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
I'd like to recommend rbenv or rvm to install (and manage) your ruby versions.
Salman Akram
Courses Plus Student 40,065 PointsHi Kevin,
Yes, it would get exact same results, you don't need to install Treehouse VM.
Just Ruby development enviroment on your Mac which is excellent with terminal, text editor and browser, that's all you need.
Kevin Fitzhenry
30,096 PointsIf I am scared of the terminal can I just do the Treehouse VM?
Salman Akram
Courses Plus Student 40,065 PointsI think that Treehouse VM was first developed before Workspaces, I don't use that much.
If you are afraid that something will hurt your computer, let's use this free Cloud9 or Nitrous Pro without installing in order to get experiment first with Ruby and terminal.
It is up to you if you want to use either Treehouse VM or flexible clouds like above. :)
Kevin Fitzhenry
30,096 PointsKevin Fitzhenry
30,096 PointsIs there any harm in installing the most recent version of Ruby? Or will I not be able to follow along properly with the Treehouse Rails Development Track?
Boris Quiroz
3,404 PointsBoris Quiroz
3,404 PointsHi Kevin,
You shouldn't get any problems as long as you install the same version of Ruby that the Rails track is using. Also, if you use a "ruby version manager" such as rbenv or rvm, you'll have a
.ruby_version
file that will tell to you version manger which version of ruby use in each project.