Last active
January 11, 2020 07:33
-
-
Save joshRpowell/12fff2fcc2c97d2cffae441103de72e0 to your computer and use it in GitHub Desktop.
rvm install ruby 2.5.0 on macOS 10.13.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
•100% [I] ➜ rvm get master && rvm list known | |
Downloading https://get.rvm.io | |
Downloading https://raw.githubusercontent.com/rvm/rvm/master/binscripts/rvm-installer.asc | |
Verifying /Users/jpowell/.rvm/archives/rvm-installer.asc | |
gpg: Signature made Sat Sep 9 15:49:18 2017 EDT | |
gpg: using RSA key E206C29FBF04FF17 | |
gpg: Good signature from "Michal Papis (RVM signing) <[email protected]>" [unknown] | |
gpg: Note: This key has expired! | |
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3 | |
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17 | |
GPG verified '/Users/jpowell/.rvm/archives/rvm-installer' | |
Downloading https://github.com/rvm/rvm/archive/master.tar.gz | |
Upgrading the RVM installation in /Users/jpowell/.rvm/ | |
RVM PATH line found in /Users/jpowell/.mkshrc /Users/jpowell/.profile /Users/jpowell/.bashrc /Users/jpowell/.zshrc. | |
RVM sourcing line found in /Users/jpowell/.profile /Users/jpowell/.bash_profile /Users/jpowell/.zlogin. | |
Upgrade of RVM in /Users/jpowell/.rvm/ is complete. | |
Upgrade Notes: | |
* No new notes to display. | |
RVM reloaded! | |
# MRI Rubies | |
[ruby-]1.8.6[-p420] | |
[ruby-]1.8.7[-head] # security released on head | |
[ruby-]1.9.1[-p431] | |
[ruby-]1.9.2[-p330] | |
[ruby-]1.9.3[-p551] | |
[ruby-]2.0.0[-p648] | |
[ruby-]2.1[.10] | |
[ruby-]2.2[.9] | |
[ruby-]2.3[.6] | |
[ruby-]2.4[.3] | |
[ruby-]2.5[.0] | |
ruby-head | |
# for forks use: rvm install ruby-head-<name> --url https://github.com/github/ruby.git --branch 2.2 | |
# JRuby | |
jruby-1.6[.8] | |
jruby-1.7[.27] | |
jruby[-9.1.15.0] | |
jruby-head | |
# Rubinius | |
rbx-1[.4.3] | |
rbx-2.3[.0] | |
rbx-2.4[.1] | |
rbx-2[.5.8] | |
rbx-3[.86] | |
rbx-head | |
# Opal | |
opal | |
# Minimalistic ruby implementation - ISO 30170:2012 | |
mruby-1.0.0 | |
mruby-1.1.0 | |
mruby-1.2.0 | |
mruby-1[.3.0] | |
mruby[-head] | |
# Ruby Enterprise Edition | |
ree-1.8.6 | |
ree[-1.8.7][-2012.02] | |
# Topaz | |
topaz | |
# MagLev | |
maglev[-head] | |
maglev-1.0.0 | |
# Mac OS X Snow Leopard Or Newer | |
macruby-0.10 | |
macruby-0.11 | |
macruby[-0.12] | |
macruby-nightly | |
macruby-head | |
# IronRuby | |
ironruby[-1.1.3] | |
ironruby-head | |
~ took 18s | |
•100% [I] ➜ | |
•100% [I] ➜ xcode-select -p | |
/Applications/Xcode.app/Contents/Developer | |
~ | |
•100% [I] ➜ xcode-select --install | |
xcode-select: error: command line tools are already installed, use "Software Update" to install updates | |
~ | |
•100% [I] ➜ softwareupdate -l -a | |
Software Update Tool | |
Finding available software | |
No new software available. | |
~ took 36s | |
•100% [I] ➜ rvm info | |
ruby-2.4.2: | |
system: | |
uname: "Darwin Joshuas-MacBook-Pro-2.local 17.3.0 Darwin Kernel Version 17.3.0: Thu Nov 9 18:09:22 PST 2017; root:xnu-4570.31.3~1/RELEASE_X86_64 x86_64" | |
name: "OSX" | |
version: "10.13" | |
architecture: "x86_64" | |
bash: "/bin/bash => GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)" | |
zsh: "/usr/local/bin/zsh => zsh 5.4.2 (x86_64-apple-darwin16.7.0)" | |
remote_path: "osx/10.13/x86_64" | |
rvm: | |
version: "1.29.3 (master)" | |
updated: "2 minutes 55 seconds ago" | |
path: "/Users/jpowell/.rvm" | |
autolibs: "[4] Allow RVM to use package manager if found, install missing dependencies, install package manager (only OS X)." | |
ruby: | |
interpreter: "ruby" | |
version: "2.4.2p198" | |
date: "2017-09-14" | |
platform: "x86_64-darwin16" | |
patchlevel: "2017-09-14 revision 59899" | |
full_version: "ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-darwin16]" | |
homes: | |
gem: "/Users/jpowell/.rvm/gems/ruby-2.4.2" | |
ruby: "/Users/jpowell/.rvm/rubies/ruby-2.4.2" | |
binaries: | |
ruby: "/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/ruby" | |
irb: "/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/irb" | |
gem: "/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin/gem" | |
rake: "/Users/jpowell/.rvm/gems/ruby-2.4.2/bin/rake" | |
environment: | |
PATH: "/Users/jpowell/.rvm/gems/ruby-2.4.2/bin:/Users/jpowell/.rvm/gems/ruby-2.4.2@global/bin:/Users/jpowell/.rvm/rubies/ruby-2.4.2/bin:/usr/local/bin:/Users/jpowell/.nvm/versions/node/v7.2.1/bin:/usr/local/Cellar/zplug/2.4.1/bin:/usr/local/opt/zplug/bin:/Users/jpowell/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/MacGPG2/bin:/usr/local/m-cli:.git/safe/../../bin:/Users/jpowell/.bin:/usr/local/sbin:/Users/jpowell/.rvm/bin" | |
GEM_HOME: "/Users/jpowell/.rvm/gems/ruby-2.4.2" | |
GEM_PATH: "/Users/jpowell/.rvm/gems/ruby-2.4.2:/Users/jpowell/.rvm/gems/ruby-2.4.2@global" | |
MY_RUBY_HOME: "/Users/jpowell/.rvm/rubies/ruby-2.4.2" | |
IRBRC: "/Users/jpowell/.rvm/rubies/ruby-2.4.2/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
•100% [I] ➜ rvm install ruby | |
ruby-2.5.0 - #removing src/ruby-2.5.0 - please wait | |
Searching for binary rubies, this might take some time. | |
No binary rubies available for: osx/10.13/x86_64/ruby-2.5.0. | |
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. | |
Checking requirements for osx. | |
Certificates bundle '/usr/local/etc/[email protected]/cert.pem' is already up to date. | |
Requirements installation successful. | |
Installing Ruby from source to: /Users/jpowell/.rvm/rubies/ruby-2.5.0, this may take a while depending on your cpu(s)... | |
ruby-2.5.0 - #downloading ruby-2.5.0, this may take a while depending on your connection... | |
ruby-2.5.0 - #extracting ruby-2.5.0 to /Users/jpowell/.rvm/src/ruby-2.5.0 - please wait | |
ruby-2.5.0 - #configuring - please wait | |
ruby-2.5.0 - #post-configuration - please wait | |
ruby-2.5.0 - #compiling - please wait | |
Error running '__rvm_make -j4', | |
please read /Users/jpowell/.rvm/log/1514463204_ruby-2.5.0/make.log | |
There has been an error while running make. Halting the installation. | |
~ took 4m 35s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment