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

Installing Ruby for Windows 10 issues.

I have been trying to install Ruby for Windows 10for 3 days now and no matter what I do it never works. I have watched Jason's tutorial for Windows 10 but that didn't work.

When I do vagrant ssh it shows this ssh executable not found in any directories in the %PATH% variable. Is an SSH client installed? Try installing Cygwin, MinGW or Git, all of which contain an SSH client. Or use your favorite SSH client with the following authentication information shown below:

Host: 127.0.0.1 Port: 2222 Username: treehouse Private key: C:/Users/ethan/.vagrant.d/insecure_private_key

2 Answers

I'm sorry if this is a slightly irritating answer, but my advice is (if you're serious about becoming a developer) to switch to either an online IDE, such as Nitrous, or setup your PC as dual-boot Windows/Ubuntu or (temporarily) create a bootable Ubuntu memory-stick. You'll never look back.

I gave up on Ruby and went to Python.