我正在尝试安装home brew和其他与Ruby相关的工具。
当我运行:ruby -e" $(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
错误是:"在以下期间失败:/ usr / bin / sudo / usr / bin / xcode = select --install"
我已经从Apple Developers网站安装了gcc osx和命令行开发人员工具。
如果我尝试运行xcode-select --install: "用法:xcode-select -print-path 或:xcode-select -switch 或:xcode-select -version 参数: -print-path打印当前Xcode文件夹的路径 -switch设置当前Xcode文件夹的路径 -version打印xcode-select版本信息"
没有弹出窗口可以安装任何东西。只是上面的消息。
如果我进入Xcode首选项,然后进入下载选项卡,组件:没有选项可以选择下载命令行工具(我从开发人员站点下载它们)
我被困了几天,谢谢你的时间和帮助。