zsh:执行格式错误:rvm

3

我在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命令,然后尝试使用rvm,但结果显示执行格式错误。
补充:
file ~/.rvm/bin/rvm
/Users/myuser/.rvm/bin/rvm: empty

好的,所以我从来没有解决这个问题,只能清除我的系统并重新开始 :( - hjelmeir
1个回答

0

我不得不清除我的系统并重新开始,所以这个问题没有一个真正的答案。但是我已经解决了它,并开始使用rbenv。


网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接