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
Ader Reynoso
4,968 PointsHelp please with command in Ruby
I installed for windows 8.1 and 64x everthing installed ok, but I have the problem when I type in cmd "Ruby" I received the message "Dont recognize the commad"
Where's the problem? How can I fix it?
Thanks for your help!
2 Answers
Noah A
4,144 PointsI would try ruby -v and if it returns an error, then it was not installed properly.
I would also recommend not using 64bit on any Windows machine as it is more prone to error than 32bit. Hey, 64bit machines can run 32bit applications, so there's no harm (and only benefits!). :)
Ader Reynoso
4,968 PointsThanks Friend! I installed 32 bit and when I tryed ruby -v it is ok. But now when I try to install gem like for example gem install bundler, install sqlite3 and install rails I recevied the same message: "Cound not find a valid gem" Any suggestion? Thanks in advance
Maciej Czuchnowski
36,441 PointsMaciej Czuchnowski
36,441 PointsDid you install Ruby Installer?