Hi everyone,
I've installed rvm following the official guide on rvm. I installed Ruby 1.8.7 with rvm install 1.8.7
and then set it as default with rvm 1.8.7 --default
.
Now I tried to install 1.9.2 with rvm install 1.9.2
(also tried rvm install 1.9.2-head
). Everything goes fine until I get to the "ruby-1.9.2-head - #installing-part.
Then I get a huge error list complaining about my nix(bash) commands.
/ Home / kevin / .rvm / scripts / Manager: line 1760: sed: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1762: mv: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1762: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1632: cp: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / utilities: line 233: mkdir: command not found
/ Home / kevin / .rvm / scripts / utilities: line 237: date: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / utilities: line 233: mkdir: command not found
/ Home / kevin / .rvm / scripts / utilities: line 237: date: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / Manager: line 1736: mkdir: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1738: ln: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1760: sed: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1762: mv: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1762: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1760: sed: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1762: mv: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1762: chmod: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / utilities: line 233: mkdir: command not found
/ Home / kevin / .rvm / scripts / utilities: line 237: date: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command is not
/ Home / kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command not found
/ Home / Kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1562: cp: command not found
/ Home / kevin / .rvm / scripts / Manager: line 1573: chmod: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / utilities: line 276: mkdir: command not found
/ Home / kevin / .rvm / scripts / utilities: line 280: date: command not found
/ Usr / bin / env: bash: The file or directory does not exist
/ Home / kevin / .rvm / scripts / utilities: line 656: cp: command not found
/ Usr / bin / env: bash: The file or directory does not exist
If I then write rvm 1.9.2 --default
I get the same error output and my $PATH variable is completely cleared.
Does anyone have any sort of solution on this problem?