1

如果我这样做rvm install 1.9.3,它会安装 OpenSSL 支持吗?Rails 不需要 OpenSSLbundle install吗?在 Gemfile 你有source 'https://rubygems.org'.

4

1 回答 1

1

我卸载了我的 macbook 上的所有东西(rvm、rails、ruby 等)。

安装自制软件

安装的 rvm

rvm requirements run force

rvm install rails

rails new sample_app

cd sample_app

注意: source 'https://rubygems.org'存在于 Gemfile 中,需要 openssl!

bundle install 它奏效了

无需指定: --with-openssl-dir=$HOME/.rvm/usr

于 2013-02-18T10:10:41.220 回答