You recently installed rails but since you're still learning, you did a lot of stuffs. One day, you got the following error: 1~$ rails --version 2Traceback (most recent call last): 32: from /usr/local/bin/rails:23:in `<main>' 41: from /usr/lib/ruby/2.7.0/rubygems.rb:294:in `activate_bin_path' …
Read MoreIf you no longer wish to use RVM, you can uninstall it by first removing the script calls in your .bashrc file and then removing the RVM files. First, remove the script calls with a text editor like nano: 1~$ nano ~/.bashrc Scroll down to where you see the RVM lines of your ~/.bashrc file: 1... 2# Add RVM to PATH for …
Read More