I am attempting to install Ruby with RVM. I already have Ruby installed, but I have now installed RVM and am trying to install Ruby 1.9.3 using rvm 1.9.3 and I get the following error:
Error running ' ./configure --prefix=/Users/anderskitson/.rvm/rubies/ruby-1.9.3-p0 --
enable-shared --disable-install-doc --with-libyaml --with-opt-dir=/Users/anderskitson/.rvm/usr ', please read /Users/anderskitson/.rvm/log/ruby-1.9.3-p0/configure.log
There has been an error while running configure. Halting the installation.
rvm 1.9.3will not install Ruby. It will tell RVM to switch to using Ruby 1.9.3 after it has been installed. Did you meanrvm install 1.9.3?Have you installed all the dependencies? Try
rvm requirements.Check the output of
rvm info, and make sure everything looks sane.To uninstall XCode: https://stackoverflow.com/a/7960899/128421