LoginSignup
29
28

More than 5 years have passed since last update.

zshでのrbenvの設定

Last updated at Posted at 2012-04-12

gccを下記からインストール
https://github.com/kennethreitz/osx-gcc-installer/downloads

.zshrc
export PATH=$HOME/.rbenv/bin:$PATH
eval "$(rbenv init - zsh)"
export CC=/usr/bin/gcc-4.2
29
28
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
28