RVM: Uninstalling all gems of a gemset

后端 未结 7 802
Happy的楠姐
Happy的楠姐 2020-12-12 10:35

I have global gems and various gemsets. I want to remove all gems of a gemset. Is there a way do to this, besides uninstalling the gemset?

相关标签:
7条回答
  • 2020-12-12 11:00

    This is the safest way to uninstalling all gems of a gemset

    Step 1

    If you gem version is less then 2.1.

    gem update --system
    
    gem --version
    

    Step 2

    gem uninstall --all
    

    references

    0 讨论(0)
提交回复
热议问题