Open nateberkopec opened 8 years ago
The reason it's hanging is because, for me, gem install rake
produces a prompt:
gem install rake
rake's executable "rake" conflicts with /Users/nateberkopec/.rbenv/versions/2.2.3/bin/rake
Overwrite the executable? [yN]
I'm getting a hang here.
Perhaps you should be outputting to STDOUT?
Also, I don't think it's cool that
learn doctor
actually changes the environment. The description of the task inlearn help
says "Check your local environment setup". I expected this command to behave likebrew doctor
, which just lists the problems brew might have with my system and doesn't actually change anything.