Remove RVM:
sudo apt-get --purge remove ruby-rvm
sudo rm -rf /usr/share/ruby-rvm /etc/rvmrc /etc/profile.d/rvm.sh
Close terminal window and open a new one then reinstall RVM with:
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
as per this StackOverflow answer solved my problems.
No comments:
Post a Comment
Please leave a comment if you find this blog helpful or interesting! I'd love to hear from you!