where is $PATH set in xcode?

前端 未结 9 755
半阙折子戏
半阙折子戏 2020-12-03 07:16

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

9条回答
  •  無奈伤痛
    2020-12-03 07:44

    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.

提交回复
热议问题