Created
June 14, 2011 09:56
-
-
Save constantine-nikolaou/1024613 to your computer and use it in GitHub Desktop.
installing rubinius using rvm
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
(12:17) user:~$ rvm install rbx-2.0.0pre | |
rbx-2.0.0pre installing #dependencies | |
Pulling from origin 2.0.0pre | |
ERROR: Error running 'git reset --hard HEAD ; git pull --rebase origin 2.0.0pre', please read /Users/user/.rvm/log/rbx-2.0.0pre/rbx.repo.log | |
fatal: Not a git repository (or any of the parent directories): .git | |
Copying from repo to source... | |
chmod: ./configure: No such file or directory | |
rbx-2.0.0pre - #configuring | |
ERROR: Error running '/Users/user/.rvm/wrappers/ree-1.8.7-2011.03/ruby ./configure --prefix=/Users/user/.rvm/rubies/rbx-2.0.0pre --skip-system ', please read /Users/user/.rvm/log/rbx-2.0.0pre/configure.log | |
ERROR: There has been an error while running '/Users/user/.rvm/wrappers/ree-1.8.7-2011.03/ruby ./configure --prefix=/Users/user/.rvm/rubies/rbx-2.0.0pre --skip-system '. | |
Halting the installation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment