Error while installing ruby using rvm

后端 未结 14 2100

Am getting the below error while trying to install ruby using rvm:

$rvm install 1.9.3
Searching for binary rubies, this might take some time.
Checking requir         


        
14条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 15:34

    When you are initially installing rvm, read the notes. For suppose you get notes like,

    create a * WARNING: You have '~/.profile' file, you might want to load it, to do that add the following line to '/home/name/.bash_profile':source ~/.profile

    Then-> $ sudo gedit /home/name/.bash_profile

       Add line `~/.profile` to the file. Save and close it.
    

    now run $ rvm requirements You should get a success message.

提交回复
热议问题