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 trialJames demby
10,296 PointsIf using the VM do I need to install ruby? I did vagrant ssh and within the vm did "ruby -v" it showed me a version.
If it shows me one I guess I am okay as long as I am ssh'ed into that VM right?
3 Answers
Ronald Jackson
9,229 PointsHi James -
The VM has everything pre-installed, so you should be good to go.
I used to use the treehouse VM on a Windows laptop, but I migrated to a linux machine, because of problems with the VM. I experienced connection and lag issues when using the VM. Also, I ran into problems installing a gem. The system would not install the gem. After I natively install my Rails/Ruby development environment on Linux everything works great. I should have gone the Linux route in the beginning! That was my experience. The VM may work just fine for you. I just thought I'd share what I went through trying to use the VM on my Windows box.
Best of luck!
Ronald
James demby
10,296 PointsThanks Ronald,
I think I ran into that gem issue as well. My todo (odot) app work is stuck at
"Could not fetch specs from http://rubygems.org/"
When you say you migrated to a Linux machine, do you mean a new computer or do you boot up in a different environment. I do not have any experience with Linux.
Should I just stop trying to do this Ruby track until I can get away from Windows?
Ronald Jackson
9,229 PointsJames, I neglected to answer one part of your question. You also asked if I ran my Rails environment on a new computer or via dual boot. I dual boot my system so I can use Linux Ubuntu for development and Windows when I need it.
Ronald
James demby
10,296 PointsThanks Ronald!
James demby
10,296 PointsJames demby
10,296 PointsBased on what I said above, I do not need to do anything in this video right?