Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

env: ruby_noexec_wrapper: No such file or directory error

I am getting this error pretty frequently after running this command once....

bundle clean --force

in my rails project..

How can i fix this?

like image 452
sambehera Avatar asked Mar 11 '26 23:03

sambehera


1 Answers

this same thing happened to me, i fixed it according to this comment: https://github.com/sstephenson/rbenv/issues/337#issuecomment-13235367

by running these commands

gem install rubygems-bundler
rubygems-bundler-uninstaller
gem uninstall rubygems-bundler
like image 118
whatbird Avatar answered Mar 13 '26 13:03

whatbird



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!