DEV Community

Hasan Nadeem
Hasan Nadeem

Posted on

4

rbenv: bundle: command not found

For those using RBENV for managing ruby versions, whenever you install a different ruby version and then you'll be faced with the following error(not 100% same lol):

rbenv: bundle: command not found

The `bundle' command exists in these Ruby versions:
  2.3.3
  2.4.4
  2.5.7
  2.6.5
  2.7.0
Enter fullscreen mode Exit fullscreen mode

Both these commands will be helpful in fixing the issue.

gem update --system

bundle update --bundler

Top comments (1)

Collapse
 
rv90904 profile image
Ramesh Vishnoi

This was helpful.

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay