Frodo Larik

Wonderful worldwide web

Install Xcode Command Line Tools in Mavericks

Quick reminder to self: install commandline tools from xcode in Mac OS X Mavericks

After upgrading to Mavericks, Xcode commandline tools are gone, you can get them back by installing them with a simple command.

Open your terminal app and run the following command:

xcode-select --install

Commandline tools are needed for software like MacPorts, Homebrew and RVM.

Author: Frodo Larik