ich zsh 5.2 (x86_64-apple-darwin14.5.0)
auf einem Mac OS 10.10.5 Yosemite habenzsh: exec Formatfehler: rvm
Ich habe gerade ein neues über für meine Benutzer von RVM installieren:
\curl -sSL https://get.rvm.io | bash -s stable
folgende: https://rvm.io/rvm/install. RVM lebt also in /Users/myuser/.rvm.
Ich habe diese auf meine ~/.zshrc:
export PATH="$PATH:$HOME/.rvm/bin"
.
Wenn ich laufen rvm
In meinem oh-my-zsh Shell ich (ich meine Shell neu gestartet)
zsh: exec format error: rvm
Ich habe keine Ahnung, wie dies zu debuggen. Und ich kann nichts online finden. Ich habe versucht, die Installation mit dem Flag --autodot-files zu wiederholen. Hat nicht geholfen.
Die Ergebnisse
RVM InstallationTurning on auto dotfiles mode.
Downloading https://github.com/rvm/rvm/archive/1.27.0.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.27.0/1.27.0.tar.gz.asc
gpg: Signature made Tue Mar 29 03:49:47 2016 HST using ...
gpg: Good signature from "Michal Papis (RVM signing) <[email protected]>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: ...
Subkey fingerprint: ...
GPG verified '/Users/myuser/.rvm/archives/rvm-1.27.0.tgz'
Installing RVM to /Users/myuser/.rvm/
Removing rvm PATH line from /Users/myuser/.mkshrc /Users/myuser/.profile /Users/myuser/.bashrc /Users/myuser/.zshrc.
Adding rvm PATH line to /Users/myuser/.profile /Users/myuser/.mkshrc /Users/myuser/.bashrc /Users/myuser/.zshrc.
Removing rvm loading line from /Users/myuser/.profile /Users/myuser/.bash_profile /Users/myuser/.zshrc /Users/myuser/.zlogin.
Adding rvm loading line to /Users/myuser/.profile /Users/myuser/.bash_profile /Users/myuser/.zlogin.
Installation of RVM in /Users/myuser/.rvm/ is almost complete:
* To start using RVM you need to run `source /Users/myuser/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
# hjelmeir,
#
# Thank you for using RVM!
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.
./scripts/notes: line 12: rvm_warn: command not found
./scripts/notes: line 133: __rvm_sed: command not found
./scripts/notes: line 36: rvm_error: command not found
./scripts/notes: line 220: __rvm_get_user_shell: command not found
./scripts/notes: line 254: __rvm_grep: command not found
./scripts/notes: line 255: __rvm_grep: command not found
I führen den source /Users/myuser/.rvm/scripts/rvm
Befehl, dann versuchten rvm
mit dem exec Formatfehler als Ergebnis.
ADDITION:
file ~/.rvm/bin/rvm
/Users/myuser/.rvm/bin/rvm: empty
Ok, also habe ich das nie herausgefunden und musste mein System sauber wischen und frisch starten :( – hjelmeir