简体   繁体   English

安装“要求”时,RVM挂起

[英]Rvm hangs when installing 'requirements'

I installed Xcode command line tools at /usr/bin/xcode-select and /usr/bin/usr/bin/xcodebuild . 我在/usr/bin/xcode-select/usr/bin/usr/bin/xcodebuild处安装了Xcode命令行工具。 When I run: 当我跑步时:

bash-3.2$ `rvm requirements` 

it doesn't get past Checking requirements for osx. 它没有超过Checking requirements for osx. and stays on that line until I hit Ctrl - C . 并保持在那一行,直到我按Ctrl - C为止。 When I remove xcodebuild by running 当我通过运行删除xcodebuild时

rm -rf /usr/bin/usr/bin/xcodebuild

it proceeds to 它前进到

Installing requirements for osx.
Error: Can't run /usr/bin/usr/bin/xcodebuild (no such file).
Already up-to-date.
Installing required packages: gcc46, libyaml, readline, openssl........

Can someone suggest ways to debug this? 有人可以建议调试方法吗?

bash-3.2$ 

?? ?? That looks like the postgres prompt to me. 在我看来,这似乎是postgres的提示。 You should be at a prompt like: 您应该会出现如下提示:

~/rails_projects/my_app$ 

Try typing: 尝试输入:

bash-3.2$ exit

to get back to a prompt you can recognize. 返回到您可以识别的提示。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM