On 15 August 2016 at 14:09, Suhel Inamdar <[email protected]> wrote: > Hi friends i am using Ubuntu 14.04. At the time of ROR installing i faced > number of errors. > when i use rvm ruby install it gives "no command found" > but when i use ruby -v and rails -v it shows its versions. > when i use > rails new app > it shows me > `x64_mingw` is not a valid platform. > please correct me.
How did you install rails? You should have done something like gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 \curl -sSL https://get.rvm.io | bash -s stable --rails See https://rvm.io Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLtVWn%2BYjTKwMWqYHjqDSz%3Dg7D6mhMuQT5YA8Ay4wy19Uw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

