zsh:exec格式错误:rvm

时间:2016-05-27 06:11:07

标签: rvm oh-my-zsh

我在Mac OS 10.10.5 Yosemite上有zsh 5.2 (x86_64-apple-darwin14.5.0)

我刚刚通过以下方式为我的用户安装了新的RVM:

\curl -sSL https://get.rvm.io | bash -s stable

以下:https://rvm.io/rvm/install。所以RVM位于/Users/myuser/.rvm。

我把它添加到我的〜/ .zshrc:

export PATH="$PATH:$HOME/.rvm/bin"

当我在我的oh-my-zsh shell中运行rvm时,我得到了(我重启了我的shell)

zsh: exec format error: rvm

我不知道如何调试它。我在网上找不到任何东西。我尝试使用包含的--autodot-files标志重做安装。没有帮助。

安装RVM的结果

Turning 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) <mpapis@gmail.com>"
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

我运行source /Users/myuser/.rvm/scripts/rvm命令,然后尝试使用exec格式错误rvm作为结果。

附加:

file ~/.rvm/bin/rvm
/Users/myuser/.rvm/bin/rvm: empty

1 个答案:

答案 0 :(得分:0)

我不得不擦拭我的系统并开始新鲜,所以这个没有真正的答案。但我得到了它的工作,我开始使用rbenv。