Cloning an rbenv version
There is no doc about this, but it turns out to be very simple, just copy the version directory :
cd ~/.rbenv/versionscp -R original-version new-version
That’s it !
There is no doc about this, but it turns out to be very simple, just copy the version directory :
cd ~/.rbenv/versionscp -R original-version new-version
That’s it !
Leave a comment