-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2018/04/ruby-rbenv-ruby-command-not-found #15
Comments
I had the same issue |
Thanks for your feedback.
…On Thu, 9 Sept 2021 at 23:00, Marcus Baw ***@***.***> wrote:
I had the same issue rbenv: ruby: command not found and it was eventually
solved by removing the rbenv-bundler plugin. This plugin is considered
harmful <carsomyr/rbenv-bundler#32> and
removing it is as simple as rm -rf $RBENV_ROOT/plugins/bundler then run rm
-rf $(rbenv root)/shims && rbenv rehash
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHDFHJAAZAWOOIKZGFD3DLUBDDYXANCNFSM5DXK4FYQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Thanks for your feedback. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruby rbenv ruby command not found problem solving
Introduction This post would demo how to solve the “ruby command not found” after installing the ruby using rbenv, eg. When you input this command to install...
https://www.bswen.com/2018/04/ruby-rbenv-ruby-command-not-found.html
The text was updated successfully, but these errors were encountered: