rubyinstallerをインストールしようとしています。rubyinstaller devkit install error rake abtoed
git clone https://github.com/oneclick/rubyinstaller.git
とディレクトリrubinstallerに取得し、コマンドに
rake devkit sfx=1
を入れた後、私はメッセージ
/home/leon/rubyinstaller/sandbox/extract_utils/7za.exe" e -y
"downloads/7z920.msi" -o"sandbox/extract_utils" "_7z.sfx" > NUL 2>&1
rake aborted!
Command failed with status (126): ["/home/leon/rubyinstaller/sandbox/extract_...]
/home/leon/rubyinstaller/rake/extracttask.rb:72:in `seven_zip_get'
/home/leon/rubyinstaller/recipes/extract_utils/extract_utils.rake:45:in `block (2 levels) in <top (required)>'
/home/leon/.rvm/gems/ruby-2.2.5/bin/ruby_executable_hooks:15:in `eval'
/home/leon/.rvm/gems/ruby-2.2.5/bin/ruby_executable_hooks:15:in `<main>'
Tasks: TOP => devkit => devkit:build => devkit:msys => devkit:msys:extract => extract_utils => extract_utils:extract_utils
(See full trace by running task with --trace)
任意のアイデアを得ますか? 私はUBUNTUを使用しています17.3
RubyinstallerはWindows用で、Linux用ではありません – Aguardientico