【发布时间】:2014-07-12 21:19:22
【问题描述】:
我一直在关注这个答案,除了我在 OSX Mavericks 上:https://stackoverflow.com/a/11436675。
我已经下载了当前版本的命令行工具(我也安装了 osx-gcc-installer,我不知道这是否重要)。
当我运行:pkgutil --pkg-info=com.apple.pkg.CLTools_Executables,我得到:
...
version: 5.1.0.0.1.1396320587
...
所以我肯定安装了命令行工具。我正在尝试安装 RVM,所以我运行了以下命令:rvm install ruby-2.0.0 并得到以下信息:
Xcode version older than 4.6.2 installed, download and install newer version from:
http://connect.apple.com
After installation open Xcode, go to Downloads and install Command Line Tools.\n'
Xcode version older than 4.6.2 installed, download and install newer version from:
http://connect.apple.com
After installation open Xcode, go to Downloads and install Command Line Tools.
++ return 1
Requirements installation failed with status: 1.
【问题讨论】:
标签: ruby macos rvm osx-mavericks