本文介绍了env:ruby_noexec_wrapper:没有这样的文件或目录错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  bundle clean --force 

在我的rails项目中。



我解决了这个问题?

解决方案

同样的事情发生在我身上,我根据这个评论修正了它:



运行这些命令

  gem install ruby​​gems-bundler 
ruby​​gems-bundler-uninstaller
gem uninstall ruby​​gems-bundler


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

bundle clean --force

in my rails project..

How can i fix this?

解决方案

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

这篇关于env:ruby_noexec_wrapper:没有这样的文件或目录错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-25 05:47