bash: /home/XXX/.rvm/scripts/rvm: No such file or directory

前端 未结 12 2111
南旧
南旧 2021-02-04 05:48

I just walk-through with the installation of Ruby on Rails on Ubuntu using RVM.

First I have logged in as the root user.

Then I started with the f

12条回答
  •  悲&欢浪女
    2021-02-04 06:44

    After installing rvm, try:

    source ~/.rvm/scripts/rvm
    

    If the above command throws some issue, try this command:

    source /usr/local/rvm/scripts/rvm
    

提交回复
热议问题