i got several problem runnings ruby and rails. I installed ruby via Macports. How to I remove everything and reinstall everything from the ground up?
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To uninstall from MacPorts:
port uninstall rubyI recommend installing rvm and using it to manage all of your ruby versions. Start here: http://rvm.beginrescueend.com/
Once you have it installed, reload your shell and type:
Once that is done, type
This will replace your system ruby with the rvm 192 version. Feel free to install any other versions and switch to them using
rvm listandrvm use.