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
33
34
35
36
37
38
39
40
#>./install

ERROR: rvm scripts directory was not found


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

    Installing to /opt/rvm...
    Adding 'if [[ -s /opt/rvm/scripts/rvm ]] ; then source /opt/rvm/scripts/rvm ; fi' to /home/vvs/.bash_profile.
    Adding 'if [[ -s /opt/rvm/scripts/rvm ]] ; then source /opt/rvm/scripts/rvm ; fi' to /home/vvs/.bashrc.
    Adding 'if [[ -s /opt/rvm/scripts/rvm ]] ; then source /opt/rvm/scripts/rvm ; fi' to /home/vvs/.zshrc.

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 /opt/rvm/scripts/rvm ]] ; then source /opt/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


ERROR: rvm scripts directory was not found

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