1
如果我做rvm install 1.9.3
它將與OpenSSL支持安裝嗎?當你做bundle install
時Rails不需要OpenSSL嗎?在Gemfile中你有source 'https://rubygems.org'
。rvm安裝1.9.3默認安裝OpenSSL支持嗎?
如果我做rvm install 1.9.3
它將與OpenSSL支持安裝嗎?當你做bundle install
時Rails不需要OpenSSL嗎?在Gemfile中你有source 'https://rubygems.org'
。rvm安裝1.9.3默認安裝OpenSSL支持嗎?
我卸載了我的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