Search code examples
rubymacosbundler

Bundle command not found mac


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?


Solution

  • gem install bundler
    

    is how to do it.

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