美文网首页
-bash: rvm: command not found

-bash: rvm: command not found

作者: Cwwng | 来源:发表于2022-02-19 22:12 被阅读0次

    1、检查rvm安装环境

    rvm -v
    不存在的情况下:-bash: rvm: command not found

    2、安装rvm

    curl -L https://get.rvm.io | bash -s stable

    3、载入rvm环境

    source ~/.rvm/scripts/rvm

    4、验证

    rvm -v
    rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]

    相关文章

      网友评论

          本文标题:-bash: rvm: command not found

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