简体   繁体   中英

Rvm hangs when installing 'requirements'

I installed Xcode command line tools at /usr/bin/xcode-select and /usr/bin/usr/bin/xcodebuild . When I run:

bash-3.2$ `rvm requirements` 

it doesn't get past Checking requirements for osx. and stays on that line until I hit Ctrl - C . When I remove xcodebuild by running

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. 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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