inertia186 / cobblebot

Minecraft Server Automation
6 stars 1 forks source link

Issue with Bundler during installation #6

Closed EchoesNetwork closed 5 years ago

EchoesNetwork commented 6 years ago

Hi. I've been trying to install Cobblebot recently, and when I get to the command: bundle install I receive the following error:

Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
The latest bundler is 1.16.1, but you are currently running 1.15.1.
To update, run gem install bundler

Could not locate Gemfile

When I attempt to update Bundler, it updates successfully, though I still receive the same error where it fails to find the Gemfile. For reference, I'm running Ubuntu artful 17.10. Thanks!

inertia186 commented 5 years ago

I recommend rvm.io (ruby version manager). Once installed, you can avoid sudo completely.