Created
November 8, 2011 16:44
-
-
Save phlegx/1348316 to your computer and use it in GitHub Desktop.
sudo mulituser install fails with error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$rvm_path (/usr/local/rvm/scripts/rvm) does not exist.-bash: __rvm_teardown: command not found | |
################################################################# | |
ls -l /usr/local/rvm/scripts/rvm | |
-rwxrwxr-x 1 root rvm 3737 2011-11-08 17:20 /usr/local/rvm/scripts/rvm | |
################################################################# | |
ls -l /usr/local/rvm/ $HOME/.rvm | |
ls: cannot access /home/me/.rvm: No such file or directory | |
/usr/local/rvm/: | |
total 100 | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 archives | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 bin | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 config | |
drwxrwsr-x 3 root rvm 4096 2011-11-08 17:20 contrib | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 environments | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 examples | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 gems | |
drwxrwsr-x 6 root rvm 4096 2011-11-08 17:20 gemsets | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 help | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 hooks | |
drwxrwsr-x 3 root rvm 4096 2011-11-08 17:20 lib | |
-rw-rw-r-- 1 root rvm 566 2011-11-08 17:20 LICENCE | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 log | |
drwxrwsr-x 3 root rvm 4096 2011-11-08 17:20 man | |
drwxrwsr-x 6 root rvm 4096 2011-11-08 17:20 patches | |
drwxrwsr-x 4 root rvm 4096 2011-11-08 17:20 patchsets | |
-rw-rw-r-- 1 root rvm 7872 2011-11-08 17:20 README | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 rubies | |
drwxrwsr-x 5 root rvm 4096 2011-11-08 17:20 scripts | |
drwxrwsr-x 3 root rvm 4096 2011-11-08 17:20 src | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 tmp | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 user | |
-rw-rw-r-- 1 root rvm 6 2011-11-08 17:20 VERSION | |
drwxrwsr-x 2 root rvm 4096 2011-11-08 17:20 wrappers | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment