Ruby on Rails - sender command not recognized after installation on windows

I just installed Ruby 1.8.7 on Windows 7 and the shell recognizes the ruby ​​command, but not when I try to run bundle install

Is it general or expected? How to make the switch work?

Thank!

+3
source share
1 answer

Make sure that the harness is installed. It cannot be included in your ruby ​​distribution.

gem install bundler
+12
source

All Articles