Created
August 5, 2013 04:01
-
-
Save tmd45/6153433 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| tmd45@tmd45mac $ brew list --versions | |
| autoconf 2.69 | |
| cmake 2.8.11.2 | |
| gdbm 1.10 | |
| git 1.8.3.4 | |
| openssl 1.0.1e | |
| pcre 8.33 | |
| pkg-config 0.28 | |
| rbenv 0.4.0 | |
| readline 6.2.4 | |
| ruby-build 20130628 | |
| vim 7.3.923 | |
| wget 1.14 | |
| zsh 5.0.2 | |
| tmd45@tmd45mac $ | |
| tmd45@tmd45mac $ brew link readline | |
| Warning: readline is keg-only and must be linked with --force | |
| Note that doing so can interfere with building software. | |
| tmd45@tmd45mac $ | |
| tmd45@tmd45mac $ brew link --force readline | |
| Linking /usr/local/Cellar/readline/6.2.4... 12 symlinks created | |
| tmd45@tmd45mac $ brew link openssl | |
| Warning: openssl is keg-only and must be linked with --force | |
| Note that doing so can interfere with building software. | |
| tmd45@tmd45mac $ | |
| tmd45@tmd45mac $ brew link --force openssl | |
| Linking /usr/local/Cellar/openssl/1.0.1e... 1139 symlinks created | |
| tmd45@tmd45mac $ | |
| tmd45@tmd45mac $ CONFIGURE_OPTS="--with-readline-dir=/usr/local --with-openssl-dir=/usr/local" rbenv install 1.9.3-p448 | |
| zsh: correct 'rbenv' to 'rev' [nyae]? n | |
| Downloading yaml-0.1.4.tar.gz... | |
| -> http://dqw8nmjcqpjn7.cloudfront.net/36c852831d02cf90508c29852361d01b | |
| Installing yaml-0.1.4... | |
| Installed yaml-0.1.4 to /Users/tmd45/.rbenv/versions/1.9.3-p448 | |
| Downloading ruby-1.9.3-p448.tar.gz... | |
| -> http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p448.tar.gz | |
| Installing ruby-1.9.3-p448... | |
| Installed ruby-1.9.3-p448 to /Users/tmd45/.rbenv/versions/1.9.3-p448 | |
| tmd45@tmd45mac $ | |
| tmd45@tmd45mac $ rbenv versions | |
| * system (set by /Users/tmd45/.rbenv/version) | |
| 1.9.3-p448 | |
| tmd45@tmd45mac $ | |
| tmd45@tmd45mac $ rbenv global 1.9.3-p448 | |
| tmd45@tmd45mac $ rbenv versions | |
| system | |
| * 1.9.3-p448 (set by /Users/tmd45/.rbenv/version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment