我试图使用安装最新的稳定 Ruby 版本(3.1.x,3.2.x)rvm。但是,rvm install编译 Ruby 时,任何这些版本的命令都会失败。例如,当尝试运行时
rvm install 3.1.4
Run Code Online (Sandbox Code Playgroud)
我得到以下输出:
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/13.5/arm64/ruby-3.1.4.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for osx.
Updating certificates bundle '/opt/homebrew/etc/openssl@1.1/cert.pem'
Requirements installation successful.
Installing Ruby from source to: /Users/davidlj95/.rvm/rubies/ruby-3.1.4, this may take a while depending on your cpu(s)...
ruby-3.1.4 - #downloading ruby-3.1.4, this may …Run Code Online (Sandbox Code Playgroud)