Installation Question

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?

Thank you!

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

Hi Justin:

Thank you for your help! I run the `gem install bundler` and it works.

Thank you very much.

B.R

xiabiyu

···

________________________________
发件人: ruby-talk <ruby-talk-bounces@ruby-lang.org> 代表 Justin Baker <azolo1089@gmail.com>
发送时间: 2016年8月7日 6:34
收件人: Ruby users
主题: Re: Installation Question

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:

where.exe ruby
where.exe gem
ruby -v
gem env

Hope that helps,

Justin

2016-08-07 08:21, 夏 碧煜 написав:

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?

Thank you!

Unsubscribe: <mailto:ruby-talk-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk&gt;

Hello!
Have you tried to run gem install bundler?
Have a nice day!