Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Powershell question?
I installed powershell 2.0 and ruby 2.0, and when i type ruby -v, that error comes up:"the term ruby is not recognized as the name of a cmdlet..." Yes, i did restart the computer.
![Attachment image](https://s.yimg.com/tr/i/80e03c9583fe40efb83e4e004003b615_A.jpeg)
3 Answers
- Anonymous7 years agoFavorite Answer
Use CMD instead of Powershell. CMD, obviously, recognizes all CMDlets in your system....but Powershell you must be in the directory of the CMDlet and there are some extra commands to run it since it is not part of the system. I just change into CMD when running CMDs and use Powershell for my scripting needs on Windows.
- 7 years ago
Thank you, i was thinking about doing that, but wasn't complete sure, and i needed a break anyway:))