美文网首页
centos安装rvm

centos安装rvm

作者: zooleebee | 来源:发表于2017-11-30 11:52 被阅读46次

    1.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

    2.curl -L get.rvm.io | bash -s stable

    3.就在本目录下vi .bashrc
    添加source /etc/profile.d/rvm.sh

    rubychina

    先安装RVM

    centos安装指定版本的ruby设为系统默认

    /bin/bash --login

    环境变量

    /usr/local/rvm/gems/ruby-2.4.0/bin   fastlane```

    相关文章

      网友评论

          本文标题:centos安装rvm

          本文链接:https://www.haomeiwen.com/subject/wdqxhxtx.html