I have installed the Command Line Tools:
$ xcode-select --print-path /Library/Developer/CommandLineTools
However, when anything tries to us
If you use XCode2: sudo xcode-select --switch /Applications/Xcode\ 2.app/Contents/Developer
Pay attention to the "\" to escape the space.