-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chruby
Juanito Fatas edited this page Jan 18, 2015
·
2 revisions
wget -O chruby-0.3.9.tar.gz https://github.com/postmodern/chruby/archive/v0.3.9.tar.gz
tar -xzvf chruby-0.3.9.tar.gz
cd chruby-0.3.9/
sudo make install
OS X 用户 brew install chruby
即可。
最新安装信息参考:https://github.com/postmodern/chruby#install
$ chruby
会列出所有安装的版本号,chruby 2.2
即可切换到 2.2 版本的 Ruby。
source /usr/local/share/chruby/chruby.sh
加到 .bashrc
或 .zshrc
即可。
source /usr/local/share/chruby/auto.sh
加到 .bashrc
或 .zshrc
之后,目录侦测到 .ruby-version
文件,即会自行切换版本。
或在 .bashrc
或 .zshrc
加上一行 chruby 2.2
。