It looks like xcode\'s $PATH environment setting is different from my user shell environment.
Where does xcode get the $PATH setting from and what\'s the best way t
XCode gets its environment variables the same way as other OS X processes, from ~/.MacOSX/environment.plist.
Check developer.apple.com/qa/qa2001/qa1067.html for details on how to set things.