Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

How do I uninstall and reintall rvm?

I've been trying to setup a clean environment to start developing my application but I can't seem to get a clean 1.9.3 install without hundreds of errors.

I am really frustrated I just want to start working on the application.

4 Answers

Did you install Ruby through rvm ( rvm install 1.9.3 )? What errors do you get?

āžœ  ~  rvm install 1.9.3
zsh: command not found: rvm
āžœ  ~  rvm -v
zsh: command not found: rvm

This means you don't have rvm at all. Are you under Windows, Mac or Linux?

Mac

OK, please install RVM and use it for installing versions of Ruby.

Is there a specific way I need to install rvm with zsh?