Skip to content

Instantly share code, notes, and snippets.

@linyows
Created August 21, 2013 02:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linyows/6289900 to your computer and use it in GitHub Desktop.
Save linyows/6289900 to your computer and use it in GitHub Desktop.
Mac上のstandaloneなrbenvで日本語文字化けとssl証明書エラーがでないようにする方法 ref: http://qiita.com/linyows@github/items/04c1be6bcd2da3cf3f1c
$ brew update
$ brew install readline openssl curl-ca-bundle
$ env RUBY_CONFIGURE_OPTS="--with-readline-dir=`brew --prefix readline` --with-openssl-dir=`brew --prefix openssl`" rbenv install <version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment