Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#>./install

rvm

    shell scripts that allows a user to manage multiple ruby versions in their own account.

    Installing rvm to /home/vvs/.rvm ...

    NOTES:

      *  For JRuby (if you wish to use it) you will need:
        $ aptitude install sun-java6-bin sun-java6-jre sun-java6-jdk
      *  For ree (if you wish to use it) you will need:
        $ aptitude install libreadline5-dev libssl-dev bison
      *  For 1.9.X (if you wish to use it) we additionally recommend:
        $ aptitude install libxml2-dev
      *  In order to use rvm the following line must occur in your shell's loading files, after all path/variable settings.:
      *  if [[ -s /home/vvs/.rvm/scripts/rvm ]] ; then source /home/vvs/.rvm/scripts/rvm ; fi
      *  CLOSE THIS SHELL AND OPEN A NEW ONE in order to use rvm.

    RTFM:  http://rvm.beginrescueend.com/

w⦿‿⦿t!

    ~ Wayne

/home/vvs/.rvm/scripts/rvm: line 18: /home/vvs/.rvm/rvm/scripts/utility: No such file or directory
/home/vvs/.rvm/scripts/rvm: line 19: /home/vvs/.rvm/rvm/scripts/selector: No such file or directory
/home/vvs/.rvm/scripts/rvm: line 20: /home/vvs/.rvm/rvm/scripts/ruby-installer: No such file or directory
/home/vvs/.rvm/scripts/rvm: line 21: /home/vvs/.rvm/rvm/scripts/cli: No such file or directory
/home/vvs/.rvm/scripts/rvm: line 22: /home/vvs/.rvm/rvm/scripts/gems: No such file or directory
./install: line 117: rvm: command not found