Last Updated: February 25, 2016
·
3.556K
· adrienbrault

Get Xcode 4.4 command line tools easily

After you've downloaded Xcode from the Mac App store, you can get access to the command line tools (like git or gcc), by adding this path to your $PATH : "/Applications/Xcode.app/Contents/Developer/usr/bin/".

Add this line to your ~/.profile

export PATH="$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin/"