I installed ruby installer and rails installer on Win7 64, but when I use command bundle install in cmd console, it says can not find the command. I checked the Path, the bin path of Ruby has been added. How can I solve this problem?
command bundle install in cmd console, it says can not find the command. I
checked the Path, the bin path of Ruby has been added. How can I solve this
problem?
I'm thought that RailsInstaller did install it, but to be sure do you have
access to any of the other executables (ruby, gem)? If don't then there's
something up with your PATH or installation. If you do then just run `gem
install bundler`.
If that doesn't work but you do have access then I'll need the output of
these 4 commands:
where.exe ruby
where.exe gem
ruby -v
gem env
Hope that helps,
Justin
···
On Sunday, August 7, 2016, 夏 碧煜 <xiabiyu0513@hotmail.com> wrote:
Hello:
I installed ruby installer and rails installer on Win7 64, but when I use
On Sunday, August 7, 2016, 夏 碧煜 <xiabiyu0513@hotmail.com<mailto:xiabiyu0513@hotmail.com>> wrote:
Hello:
I installed ruby installer and rails installer on Win7 64, but when I use command bundle install in cmd console, it says can not find the command. I checked the Path, the bin path of Ruby has been added. How can I solve this problem?
I'm thought that RailsInstaller did install it, but to be sure do you have access to any of the other executables (ruby, gem)? If don't then there's something up with your PATH or installation. If you do then just run `gem install bundler`.
If that doesn't work but you do have access then I'll need the output of these 4 commands:
I installed ruby installer and rails installer on Win7 64, but when I
use command bundle install in cmd console, it says can not find the
command. I checked the Path, the bin path of Ruby has been added. How
can I solve this problem?