Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Created May 27, 2010 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomas-stefano/415881 to your computer and use it in GitHub Desktop.
Save tomas-stefano/415881 to your computer and use it in GitHub Desktop.
A error after rvm update --head
$ rvm 1.8.7-p248
-bash: /match: No such file or directory
-bash: /match: No such file or directory
-bash: /match: No such file or directory
-bash: /match: No such file or directory
-bash: /match: No such file or directory
-bash: /log: No such file or directory
$ rvm list
-bash: /list: No such file or directory
$ rvm --help
-bash: /help: No such file or directory
$ rvm_scripts_path="$HOME/.rvm/scripts"
$ rvm 1.8.7-p248
$ irb
-bash: /Users/tomas/.rvm/rubies/ruby-1.8.7-p248/bin/irb: /Users/tomas/.rvm/ruby-1.8.7-p248/bin/ruby: bad interpreter: No such file or directory
$ cat ~/.rvmrc
rvm_archflags="-arch x86_64"
$ rvm debug
-bash: /info: No such file or directory
[tomas] ~
$ ls ~/.rvm/environments/
ruby-1.8.7-p248
$ uname -a
Darwin MacBook-de-Tomas-Destefi.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment