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

Everything was fine until I installed VM/Mac! :(

I installed Ruby and Rails and everything was working fine until I started installing the VM on my Mac, ugh! Now I keep getting an error and I don't even know if I need to use that VM. This is the error: Priscillas-MacBook-Pro:~ priscillapwood$ rails new testapp exist
identical README.rdoc identical Rakefile identical config.ru identical .gitignore identical Gemfile exist app identical app/assets/javascripts/application.js identical app/assets/stylesheets/application.css identical app/controllers/application_controller.rb identical app/helpers/application_helper.rb identical app/views/layouts/application.html.erb identical app/assets/images/.keep identical app/mailers/.keep identical app/models/.keep identical app/controllers/concerns/.keep identical app/models/concerns/.keep exist bin identical bin/bundle identical bin/rails conflict bin/rake Overwrite /Users/priscillapwood/testapp/bin/rake? (enter "h" for help) [Ynaqdh]

Should I overwrite it? Do I really need to install this VM?

So frustrated....

This is just a comment about your problem with the VM. During the teachers lectures, there are some remarks that are made about the VM. The instructors, from the courses that I have taken so far,have used the VM for their courses, but always state that if you do not have one you can still follow along. I do not use the VM at all. I simply have the project in a directory in my computer, and I simply work with it using the command line and a browser. I follow along with the instructor, update the code, start the rails server on the command line, and continue from there.

1 Answer

Thanks! I uninstalled the whole VM thing and now it's running fine again. :)