I don't know how to install the Command Line Tools on OSX Mavericks. Or better: I know how to do it (I just did it on another MacBook), but something goes wrong this time.
What happened:
Now, when I write
brew doctor
I get this
Warning: No developer tools installed.
You should install the Command Line Tools.
Run `xcode-select --install` to install them.
I write what it says, but I get always
Usage: xcode-select -print-path
or: xcode-select -switch
or: xcode-select -version
Arguments:
-print-path Prints the path of the current Xcode folder
-switch xcode_folder_path Sets the path for the current Xcode folder
-version Prints xcode-select version information
I think I should instead see that GUI (screenshots) that I saw at the beginning and that let me install the CLT.
Does anyone know how can I run that GUI again?
Try downloading directly from the Apple Developer Tools site: https://developer.apple.com/downloads/index.action.
This requires signing in with a developer account.