centos安装rvm(菜鸟安装)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
好像俺的ruby 1.9.2在centos下不行,整了一个rvm,这是控制ruby版本的一个东西,就像换jdk版本一样,只不过在linux'下麻烦一点
http://ruby-china.org/wiki/rvm-guide中文网页教材
不管其他,先按要求更新一下包
yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel
安装
curl -L get.rvm.io | bash -s stable
就在本目录下
vi .bashrc
添加source /etc/profile.d/rvm.sh
安装就好了
安装新版本的ruby
rvm install 1.9.3-p194
查看所有版本
rvm list known
使用版本
rvm use system
rvm use 1.9.3(切换)
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献5条内容
所有评论(0)