bswen / bswen-project

code for www.bswen.com
http://www.bswen.com
Apache License 2.0
20 stars 34 forks source link

2018/04/ruby-rbenv-ruby-command-not-found #15

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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

pacharanero commented 3 years ago

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 and removing it is as simple as rm -rf $RBENV_ROOT/plugins/bundler then run rm -rf $(rbenv root)/shims && rbenv rehash

bswen commented 3 years ago

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 https://github.com/carsomyr/rbenv-bundler/issues/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 https://github.com/bswen/bswen-project/issues/15#issuecomment-916180033, 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.

bswen commented 3 years ago

Thanks for your feedback.