美文网首页
8.9 下载command line tools

8.9 下载command line tools

作者: 小小东 | 来源:发表于2016-08-09 14:36 被阅读157次

在终端上直接输入:dudo xcode-select --install即可

会弹出提示框让你安装,直接安装借口

以下是网友的的帖子:

xcode-select --install 实际上是启动了 /System/Library/CoreServices/Install Command Line Developer Tools.app 应用,该应用从Apple服务器上下载「CLToolsExecutables.pkg」和「MacOSX109_SDK.pkg」执行安装。

从Apple开发者网站下的Command Line Tools (OS X Mavericks) for Xcode - Late October DMG,实际上在包的也是上面两个.pkg。

所以无论通过哪种方法,安装的都是一样的。

另外,如果想知道自己的机器是否已经安装了「Command Line Tools」,检查一下/Library/Developer/CommandLineTools文件夹是否存在。

相关文章

网友评论

      本文标题:8.9 下载command line tools

      本文链接:https://www.haomeiwen.com/subject/htldsttx.html