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/"
Written by Adrien Brault
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Xcode
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#