ruby - RVM gemset import by removing currently installed gems which do not match the import set -


i wondering if there option in rvm clean import of gemset, thereby removing gems/versions not match gems listed in gemset import.

of course possible do

rvm --force gemset empty && rvm gemset import import.gems 

but takes long time because has download , install gems again. nice if there --overwrite option or establish behavior.


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -