I was supposed to install Ruby on Rails using RailsInstaller (Windows), but when I try to use the command:
rails -v
The command prompt displays the following:
"The system cannot find the path specified."
I uninstalled Rails with the gem command and reinstalled it, but the error is still alive.
Is there any other way to install Ruby on Rails? How can I solve this problem?
NOTE. Ruby \ bin is in the PATH variable.
source
share