![Rake - "bundle exec" - "rake spec"을 사용하여 "bundle exec"를 피하는 방법](https://linux55.com/image/48568/Rake%20-%20%22bundle%20exec%22%20-%20%22rake%20spec%22%EC%9D%84%20%EC%82%AC%EC%9A%A9%ED%95%98%EC%97%AC%20%22bundle%20exec%22%EB%A5%BC%20%ED%94%BC%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
내가 시도하면, bundle exec
나는 얻는다.
You have already activated rake 0.9.3.beta.1, but your Gemfile requires rake 0.9.2.2. Using bundle exec may solve this. ...
나는 rake
, 버전을 가지고 있습니다.0.9.3.beta.1
버전을 원해요0.9.2.2
어떻게 전환하나요?
나는 Ubuntu11에 있습니다
답변1
을 사용하여 필요한 버전을 설치해 보셨나요 gem
?
$ gem install rake --version 0.9.2.2