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 trialJavier Pino
Courses Plus Student 437 Pointsif I want to start programming with RUBY in another computer, do I have to install ruby or it comes with windows?
because here in this training you provided the software
3 Answers
Michael Hulet
47,913 PointsIf you want to use Ruby on a Windows computer, you'll have to install it yourself. You can follow this Treehouse video to find out how
Javier Pino
Courses Plus Student 437 PointsThanks for the prompt answer, that is what I needed to know
Stephanie Cunnane
7,073 PointsAlso note that you can use Treehouse's Workspaces to write and run Ruby programs, as well as to try things out with the Ruby interpreter using irb. Click on Workspaces, create a new Workspace, then select Ruby as your environment.