RVM 'not found' after successful usage and a few days later

后端 未结 1 1034
情深已故
情深已故 2021-01-22 15:51

I installed RVM a few days ago, which worked perfectly. A few days later (now, after a few reboots I guess), it\'s like it\'s not installed, shell says rvm not found

1条回答
  •  醉话见心
    2021-01-22 16:16

    I would guess your PATH is not setup to include ~/.rvm or ~/.rvm/bin check if

    echo $PATH 
    

    includes it. If not you will have to add somthing like

     PATH=$PATH:~/.rvm/bin
    

    to your ~/.bashrc

    0 讨论(0)
提交回复
热议问题