rvm install ruby-1.9.2 error

今天要跑一个老的代码。发现rvm 装不了ruby1.9.2啦,报了错。 还以为是rvm 的问题... 升级了rvm.还是一样的。 想到之前Mac osX 升到了Mavericks。XCODE中的"command line tools"不见了。 $ rvm install ruby-1.9.2 Searching for binary rubies, this might take ...


rvm install ruby2

~ john$ rvm list known # MRI Rubies [ruby-]1.8.6[-p420] [ruby-]1.8.7[-p371] [ruby-]1.9.1[-p431] [ruby-]1.9.2[-p320] [ruby-]1.9.3-p125 [ruby-]1.9.3-p194 [ruby-]1.9.3-p286 [ruby-]1.9.3-p327 [ruby-]1...


rvm ruby report: Error running 'make', please read /home/xxx/.rvm/log/ruby-1.9.3-p385/make.log

每次配置环境都会有惊喜的报错。 john@john-Inspiron-N4050:~$ rvm install 1.9.3 Searching for binary rubies, this might take some time. No binary rubies available for: ubuntu/12.10/x86_64/ruby-1.9.3-p385. Continuin...


ruby on rails3 capistrano rvm (revised)

以前在rvm下没有rvm-capistrano的时候,自己去写shell还是难过! 添加到Gemfile ```sh Gemfile group :development do gem 'capistrano', '2.9.0', :require => false gem 'rvm-capistrano', :require => false end ```sh ...


curl SSL certificate problem

用curl装rvm环境的时候报这个错误,是本地服务器的ssl证书太旧了。 $\curl -L https://get.rvm.io | bash -s stable --without-gems="rvm rubygems-bundler" curl: (60) SSL certificate problem, verify that the CA cert is OK. Details...


Rails rvm Passenger with Nginx

gem install passenger rvmsudo passenger-install-nginx-module ```bash /opt/nginx/conf/nginx.conf server { listen 80; server_name www.xxx.com; root /home/user/app/public...