Bundle install tries to use cache file

前端 未结 5 1100
旧巷少年郎
旧巷少年郎 2021-02-09 22:40

When i try to do bundle install, my gem_path and gem_home point to /usr/local/rvm/gems/ which i don\'t have write access and it fails because of invalid permissions. because of

5条回答
  •  无人共我
    2021-02-09 22:59

    rvm reinstall all worked for me.

    Before you do that, I would try

    gem update --system
    gem pristine --all --no-extensions
    

    please note that rvm reinstall all takes a lot of time to complete...

提交回复
热议问题