今更rbenvでrubyを管理してみる

1
2
3
4
5
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
exec $SHELL -l
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
1
rbenv install --list
1
rbenv install 2.0.0-p247
1
rbenv rehash
1
rbenv versions
1
rbenv global 2.0.0-p247
1
rbenv local system
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy