I didn't want to install the whole Xcode, so I just downloaded the command line tools for Xcode. I am trying to install ruby 1.9.3 via rvm. However, rvm complains that no xcode is selected:
xcode-select: Error: No Xcode is selected. Use xcode-select -switch , or see the xcode-select manpage (man xcode-select) for further information.
I read the xcode-select
manpage and I know how to set the path to the Xcode Command Line Tools, but I don't know where they are installed. How do I find this out?
I am using OS X Mountain Lion.
The entries in
/usr/bin
are just a front for whatever you choose withxcode-select
:The standalone command line tools are installed in
/Library/Developer/CommandLineTools
: