Created
August 7, 2013 08:50
-
-
Save naokits/6172374 to your computer and use it in GitHub Desktop.
rbenvに関するメモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ~/.rbenv/plugins/ruby-build/share/ruby-build/2.0.0-p247 | |
| install_package "openssl-1.0.1e" "https://www.openssl.org/source/openssl-1.0.1e.tar.gz#66bf6f10f060d561929de96f9dfe5b8c" mac_openssl --if has_broken_mac_openssl | |
| # 接続できないのでコメントアウト | |
| #install_package "ruby-2.0.0-p247" "http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz#c351450a0bed670e0f5ca07da3458a5b" standard verify_openssl | |
| # 臨時的にこのURLを使用 | |
| install_package "ruby-2.0.0-p247" "http://ftp.iij.ad.jp/pub/lang/ruby/2.0/ruby-2.0.0-p247.tar.gz#c351450a0bed670e0f5ca07da3458a5b" standard verify_openssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment