Created
September 23, 2011 22:35
-
-
Save ggamel/1238627 to your computer and use it in GitHub Desktop.
Octopress setup error
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
Last login: Fri Sep 23 16:21:51 on ttys000 | |
➜ ~ cd ~/Design/Greg.is/ | |
➜ Greg.is ls -als | |
total 0 | |
0 drwxr-xr-x 3 ggamel staff 102 Sep 22 17:49 . | |
0 drwxr-xr-x 3 ggamel staff 102 Sep 22 17:48 .. | |
0 drwxr-xr-x 16 ggamel staff 544 Sep 22 17:49 octopress | |
➜ Greg.is rm -rf octopress | |
➜ Greg.is ls | |
➜ Greg.is ls -als | |
total 0 | |
0 drwxr-xr-x 2 ggamel staff 68 Sep 23 16:52 . | |
0 drwxr-xr-x 3 ggamel staff 102 Sep 22 17:48 .. | |
➜ Greg.is rvm rubygems latest | |
Removing old Rubygems files... | |
Installing rubygems-1.8.10 for system ... | |
ERROR: Error running 'GEM_PATH=":@global" GEM_HOME="" "/Users/ggamel/.rvm/rubies//bin/ruby" "/Users/ggamel/.rvm/src/rubygems-1.8.10/setup.rb"', please read /Users/ggamel/.rvm/log/system/rubygems.install.log | |
WARN: Installation of rubygems did not complete successfully. | |
ln: /Users/ggamel/.rvm/rubies//lib/ruby/gems/: No such file or directory | |
➜ Greg.is rvm gemdir | |
/Users/ggamel/.rvm/gems/ruby-1.9.2-p290 | |
➜ Greg.is rvm 1.9.2 | |
➜ Greg.is rvm gemdir | |
/Users/ggamel/.rvm/gems/ruby-1.9.2-p290 | |
➜ Greg.is gem update --system | |
Latest version currently installed. Aborting. | |
➜ Greg.is gem -v | |
1.8.10 | |
➜ Greg.is rvm rubygems latest | |
Removing old Rubygems files... | |
Installing rubygems-1.8.10 for ruby-1.9.2-p290 ... | |
Installation of rubygems completed successfully. | |
➜ Greg.is rvm info | |
ruby-1.9.2-p290: | |
system: | |
uname: "Darwin ggamel-mba.local 11.0.1 Darwin Kernel Version 11.0.1: Thu Jul 28 02:01:39 PDT 2011; root:xnu-1699.23.4~1/RELEASE_X86_64 x86_64" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)" | |
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)" | |
rvm: | |
version: "rvm 1.8.4 by Wayne E. Seguin ([email protected]) [https://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" | |
version: "1.9.2p290" | |
date: "2011-07-09" | |
platform: "x86_64-darwin11.0.1" | |
patchlevel: "2011-07-09 revision 32553" | |
full_version: "ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.1]" | |
homes: | |
gem: "/Users/ggamel/.rvm/gems/ruby-1.9.2-p290" | |
ruby: "/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290" | |
binaries: | |
ruby: "/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290/bin/ruby" | |
irb: "/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290/bin/irb" | |
gem: "/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290/bin/gem" | |
rake: "/Users/ggamel/.rvm/gems/ruby-1.9.2-p290/bin/rake" | |
environment: | |
PATH: "/Users/ggamel/.rvm/gems/ruby-1.9.2-p290/bin:/Users/ggamel/.rvm/gems/ruby-1.9.2-p290@global/bin:/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290/bin:/Users/ggamel/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" | |
GEM_HOME: "/Users/ggamel/.rvm/gems/ruby-1.9.2-p290" | |
GEM_PATH: "/Users/ggamel/.rvm/gems/ruby-1.9.2-p290:/Users/ggamel/.rvm/gems/ruby-1.9.2-p290@global" | |
MY_RUBY_HOME: "/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290" | |
IRBRC: "/Users/ggamel/.rvm/rubies/ruby-1.9.2-p290/.irbrc" | |
RUBYOPT: "" | |
gemset: "" | |
➜ Greg.is git clone git://github.com/imathis/octopress.git octopress | |
Cloning into octopress... | |
remote: Counting objects: 4740, done. | |
remote: Compressing objects: 100% (1935/1935), done. | |
remote: Total 4740 (delta 2701), reused 4313 (delta 2384) | |
Receiving objects: 100% (4740/4740), 1.08 MiB | 1.44 MiB/s, done. | |
Resolving deltas: 100% (2701/2701), done. | |
➜ Greg.is cd octopress | |
➜ octopress git:(master) ruby --version | |
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.0.1] | |
➜ octopress git:(master) gem install bundler | |
Successfully installed bundler-1.0.18 | |
1 gem installed | |
Installing ri documentation for bundler-1.0.18... | |
Installing RDoc documentation for bundler-1.0.18... | |
➜ octopress git:(master) bundle install | |
Fetching source index for http://rubygems.org/ | |
Using rake (0.9.2) | |
Installing RedCloth (4.2.8) with native extensions | |
Using posix-spawn (0.3.6) | |
Using albino (1.3.3) | |
Installing blankslate (2.1.2.4) | |
Using chunky_png (1.2.1) | |
Using fast-stemmer (1.0.0) | |
Using classifier (1.3.3) | |
Using fssm (0.2.7) | |
Installing sass (3.1.5) | |
Using compass (0.11.5) | |
Installing directory_watcher (1.4.0) | |
Installing ffi (1.0.9) with native extensions | |
Installing haml (3.1.2) | |
Using kramdown (0.13.3) | |
Using liquid (2.2.2) | |
Using syntax (1.0.0) | |
Using maruku (0.6.0) | |
Using jekyll (0.11.0) | |
Installing rubypython (0.5.1) | |
Installing pygments.rb (0.1.3) | |
Using rack (1.3.2) | |
Installing rb-fsevent (0.4.3.1) with native extensions | |
Installing rdiscount (1.6.8) with native extensions | |
Installing rubypants (0.2.0) | |
Installing tilt (1.3.2) | |
Using sinatra (1.2.6) | |
Installing stringex (1.3.0) | |
Using bundler (1.0.18) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
➜ octopress git:(master) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment