learn-rails icon indicating copy to clipboard operation
learn-rails copied to clipboard

bundle install --path vendor/bundle

Open saroar opened this issue 8 years ago • 0 comments

when i create new rails app it does not need bundle install --path vendor/bundle

why this app ask me got this bundle install --path vendor/bundle i dont want to run ```bundle install --path vendor/bundle```` And what is benefits for this bundle install --path vendor/bundle Your user account isn't allowed to install to the system RubyGems. You can cancel this installation and run:

  bundle install --path vendor/bundle

to install the gems into ./vendor/bundle/, or you can enter your password and install the bundled gems to RubyGems using sudo.

i like to use this app as startup app :) thanks

saroar avatar Jul 04 '17 07:07 saroar