ruby on rails - Error installing rvm on osx mavericks with brew -


thanks, error installing rvm on osx mavericks tried suggestion, no matter happen.

coles-macbook-pro:~ coleschiffer$ \curl -ssl https://get.rvm.io | bash -s stable --rails downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz  installing rvm /users/coleschiffer/.rvm/     rvm path line found in /users/coleschiffer/.profile /users/coleschiffer/.bashrc  /users/coleschiffer/.zshrc.     rvm sourcing line found in /users/coleschiffer/.zlogin.     rvm sourcing line not found bash, rerun command '--auto-dotfiles' flag fix it. installation of rvm in /users/coleschiffer/.rvm/ complete:    * start using rvm need run `source /users/coleschiffer/.rvm/scripts/rvm`     in open shell windows, in rare cases need reopen shell windows.  # coleschiffer, # #   thank using rvm! #   sincerely hope rvm helps make life easier , more enjoyable!!! # # ~wayne, michal & team.  in case of problems: http://rvm.io/help , https://twitter.com/rvm_io  rvm 1.25.21 (stable) wayne e. seguin <wayneeseguin@gmail.com>, michal papis <mpapis@gmail.com> [https://rvm.io/]   searching binary rubies, might take time. no binary rubies available for: osx/10.9/x86_64/ruby-2.1.1. continuing compilation. please read 'rvm mount' more information on binary rubies. checking requirements osx. installing requirements osx. updating system... .. installing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl... error running 'requirements_osx_brew_libs_install autoconf automake libtool pkg-config libyaml readline libksba openssl', showing last 15 lines of /users/coleschiffer/.rvm/log/1395513147_ruby-2.1.1/package_install_autoconf_automake_libtool_pkg-config_libyaml_readline_libksba_openssl.log ++ /scripts/functions/logging : rvm_pretty_print()  81 > case "$1" in ++ /scripts/functions/logging : rvm_pretty_print()  82 > [[ -t 1 ]] ++ /scripts/functions/logging : rvm_pretty_print()  82 > return 1 ++ /scripts/functions/logging : rvm_warn()  139 > printf %b 'there package installation errors, make sure read log.  try `brew tap --repair` , make sure `brew doctor` looks reasonable.  check homebrew requirements https://github.com/mxcl/homebrew/wiki/installation\n' there package installation errors, make sure read log.  try `brew tap --repair` , make sure `brew doctor` looks reasonable.  check homebrew requirements https://github.com/mxcl/homebrew/wiki/installation ++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install()  63 > case "$_system_version" in ++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install()  70 > return 1 requirements installation failed status: 1. coles-macbook-pro:~ coleschiffer$ brew tap --repair pruned 0 dead formula tapped 129 formula coles-macbook-pro:~ coleschiffer$ brew doctor system ready brew. coles-macbook-pro:~ coleschiffer$  

thanks million have been trying install ruby on rails fro 2 days apriciated!

i don't think need use brew you're trying accomplish. command posted, \curl -ssl https://get.rvm.io | bash -s stable --rails makes use of railsinstaller, noted on rvm website.

if on railsinstaller website, says "please not run installer on osx mavericks until further notice."

as cwitty mentioned, best bet install rubygems , rails separately.

first install stable version of rvm stable ruby:

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

then update rubygems:

$ gem update --system # may need administrator or root

and install rails using rubygems:

gem install rails


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -