J
J
jFox2013-12-06 19:13:42
Ruby on Rails
jFox, 2013-12-06 19:13:42

"bundle install" - no emotions?

Ubuntu Server 12.04.3 Nothing happens
when I enter the above command.
I've looked all over the internet, but it looks like I'm the only one with this problem.
On Ubuntu Desktop , this command works as expected.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
mardy_bum, 2013-12-06
@mardy_bum

As far as I remember, in Ubuntu Server, unlike Ubuntu Desktop, some kind of ruby ​​is already preinstalled. There is a version that RVM, when installing a new ruby, did not completely get rid of the system ruby. Check which default ruby ​​is in RVM. If everything is ok with this, check the gem which gem
You can do sudo apt-get purge rubyit to remove the system ruby ​​altogether (but this is slightly dangerous)
You can also try it bundle install --verbose, maybe it will say something.

A
Artem Denezhny, 2013-12-06
@denegny

Check if Gemfile exists and is correct in command execution directory

D
Damir Makhmutov, 2013-12-06
@doodoo

See what it says
Check $PATH, maybe some "bundle" stub is installed along with the required bundle tool.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question