sh 在Ubuntu 14.04上使用rbenv和ruby-build安装ruby 2.2.3
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在Ubuntu 14.04上使用rbenv和ruby-build安装ruby 2.2.3相关的知识,希望对你有一定的参考价值。
# install ruby 2.2.3 with rbenv on ubuntu 14.04
sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
git clone https://github.com/sstephenson/rbenv-gem-rehash.git ~/.rbenv/plugins/rbenv-gem-rehash
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
exec $SHELL
rbenv install 2.2.3
rbenv global 2.2.3
rbenv rehash
以上是关于sh 在Ubuntu 14.04上使用rbenv和ruby-build安装ruby 2.2.3的主要内容,如果未能解决你的问题,请参考以下文章
rbenv 权限在 Ubuntu 上被 Assetic 拒绝
sh 易于安装openresty(在Ubuntu 14.04,15.10和16.04上使用和测试)
sh 易于安装openresty和NVM(在Ubuntu 14.04,15.10和16.04上使用和测试)
sh 使用PHP7在Ubuntu 14.04上安装MongoDB
sh 在Ubuntu 14.04上使用pyenv安装python 2.7.10
sh 在Ubuntu 14.04上更新curl