我解决问题的时候有点搞砸了。
我正在寻找一些解决这个问题的办法
cap staging deploy
rbenv: cap: command not found
The `cap' command exists in these Ruby versions:
3.0.0
我遇到的一个解决方案与gem安装bundler有关
为了检查我的宝石捆绑包,我跑了 gem list bundler
什么都没有,所以我跑了 gem install bundler
哪个安装了 bundler (2.2.23)
.
但是我跑的时候, bundle install
,我明白了:
Traceback (most recent call last):
2: from /Users/kiki/.rbenv/versions/2.5.1/bin/bundle:23:in `<main>'
1: from /Users/kiki/.rbenv/versions/2.5.1/lib/ruby/2.5.0/rubygems.rb:308:in `activate_bin_path'
/Users/kiki/.rbenv/versions/2.5.1/lib/ruby/2.5.0/rubygems.rb:289:in `find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)
所以我想卸载/撤消我采取的步骤。但是,输入 gem uninstall bundler
及 gem uninstall bundler -v 2.2.23
没用!它不断地回来 Gem 'bundler' is not installed
在fresh terminal中,当我再次运行命令时,它返回 Gem bundler-2.2.23 cannot be uninstalled because it is a default gem
.
我怎么修理它?
暂无答案!
目前还没有任何答案,快来回答吧!