Skip to content

Instantly share code, notes, and snippets.

@skiold
Created January 17, 2011 16:39
Show Gist options
  • Save skiold/783065 to your computer and use it in GitHub Desktop.
Save skiold/783065 to your computer and use it in GitHub Desktop.
Gemset install
scyldinga@Tarena-3 ls ~/.rvm/gems/ruby-1.8.7-p330\@test-gemset/
/Users/scyldinga
scyldinga@Tarena-3 rvm info
ruby-1.8.7-p330@test-gemset:
system:
uname: "Darwin Tarena-3.local 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC Power Macintosh"
bash: "/bin/bash => GNU bash, version 3.2.17(1)-release (powerpc-apple-darwin9.0)"
zsh: "/bin/zsh => zsh 4.3.4 (i386-apple-darwin9.0)"
rvm:
version: "rvm 1.2.2 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]"
ruby:
interpreter: "ruby"
version: "1.8.7"
date: "2010-12-23"
platform: "powerpc-darwin9.8.0"
patchlevel: "2010-12-23 patchlevel 330"
full_version: "ruby 1.8.7 (2010-12-23 patchlevel 330) [powerpc-darwin9.8.0]"
homes:
gem: "/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@test-gemset"
ruby: "/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330"
binaries:
ruby: "/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330/bin/ruby"
irb: "/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330/bin/irb"
gem: "/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330/bin/gem"
rake: "/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@global/bin/rake"
environment:
PATH: "/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@test-gemset/bin:/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@global/bin:/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330/bin:/Users/scyldinga/.rvm/bin:/Library/Frameworks/Python.framework/Versions/2.6/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:~/bin:~/devel/perl/bin:/opt/local/bin:/opt/local/sbin:~/local/bin:/usr/local/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin:/usr/X11/bin"
GEM_HOME: "/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@test-gemset"
GEM_PATH: "/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@test-gemset:/Users/scyldinga/.rvm/gems/ruby-1.8.7-p330@global"
MY_RUBY_HOME: "/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330"
IRBRC: "/Users/scyldinga/.rvm/rubies/ruby-1.8.7-p330/.irbrc"
RUBYOPT: ""
gemset: "test-gemset"
scyldinga@Tarena-3 rvm gem install bundler
Successfully installed bundler-1.0.7
1 gem installed
Installing ri documentation for bundler-1.0.7...
scyldinga@Tarena-3 ls ~/.rvm/gems/ruby-1.8.7-p330\@test-gemset/
[empty]
@skiold
Copy link
Author

skiold commented Jan 17, 2011

Trying to install bundler gem in the test-gemset.

The gemset gemdir is empty at the beginning and finish empty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment