2

ここからインストーラーを使用して最初に ruby​​ 1.9.3 をインストールしました: http://railsinstaller.org/ 今、Ruby 2.0 と Rails 4 をインストールしたい

だから私はインストーラーがすでにインストールしたrvm witchを使いました

rvm install 2.0.0

しかし、それは失敗しました:

Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.7/x86_64/ruby-2.0.0-p0.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for smf, might require sudo password.
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
-bash: requirements_port_lib_installed: command not found
Installing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite..
Error running 'requirements_port_libs_install autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite',
please read /usr/local/rvm/log/ruby-2.0.0-p0/package_install_autoconf_automake_libtool_pkg config_libyaml_readline_libxml2_libxslt_libksba_openssl_sqlite.log
There were package installation errors, make sure to read the log.
You can get help using IRC: http://webchat.freenode.net/?channels=rvm

ログはこれを報告しました:

 [2013-03-29 01:34:58] requirements_port_libs_install

/usr/local/rvm/scripts/functions/logging: 141行目: requirements_port_libs_install: コマンドが見つかりません

私が走った後:

rvm requirements

しかし、それは同じメッセージとログで失敗しました xCode 形式のコンパイラのバージョンに問題がある可能性があることを読んだので、アプリ ストアから新しいものをダウンロードし、そこからコマンド ライン ユーティリティをインストールしましたが、同じメッセージが表示されます。

これは本当に興味深い質問ではないことはわかっていますが、助けていただければ幸いです。

4

1 に答える 1

1

rvm get headこれはバグであり、すぐにリリースされるように修正されています1.19.1=> https://github.com/wayneeseguin/rvm/issues/1736

于 2013-03-29T10:17:18.430 に答える