Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

ruby - Specifying Rails Version

I decided to upgrade to Ruby 2.0.0 and Rails 4.0.0. I'm trying to set these as my default programs, by using this line:

rvm use [email protected] --default

I get the error

Failed to load /Users/michaeldunnegan/.gemrc because it doesn't contain valid YAML hash

My .gemrc file is blank. I don't know what to do. I can't find any references at all.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

most likely it is not empty, there is a lot of UTF-8 characters that editor will not show you, just remove the file before continuing:

rm -f /Users/michaeldunnegan/.gemrc

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...