By aroswell
Hi,
I’m concern there may be problems if I install rbenv when I already have the pre-installed rvm on my droplet.
I’m following a tutorial to set by env variables using rbenv-vars plugin.
Could you please advise?
Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Yes. Rbenv and rvm should not be used together. They will both attempt to manage your Ruby environment in ways that are incompatible with each other.
To uninstall rvm completely, you can run:
- rvm implode
You may also need to delete /etc/profile.d/rvm.sh or any snippets added to your ~/.bashrc file.
If you’d like to create an environment that is similar to the one provided by the DigitalOcean One-Click app using rbenv instead of rvm, this tutorial will walk you through the process:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.