Bundle command not found mac

ytk picture ytk · Apr 29, 2015 · Viewed 55.5k times · Source

I'm using ruby, and I was given a zip file with some ruby programs and it says: inside the folder, run bundle install to install the packages required.

When I run the command in my terminal, it says bundle command not found.

Can someone please give me a detailed description of how I can fix this?

Answer

B Seven picture B Seven · Apr 29, 2015
gem install bundler

is how to do it.

You may want to use a tool such as rbenv to manage gems.