User Tools

Site Tools


using_rubygems_at_sdf

This is an old revision of the document!


Using RubyGems at SDF

RubyGems is the de facto standard package manager for the Ruby programming language.

Consider requesting system-wide installation of gems that others may find useful instead of installing local copies for yourself. The usual way of making such requests is to post on the REQUESTS bboard. For a brief introduction to bboard, go here.

To install gems in your home directory, place the following in your .gemrc:

.gemrc
  gem: --no-ri --no-rdoc --user-install

To access binaries installed by rubygems, append /bin to all gem paths listed by the gem env command and make sure they are in your path. For example, given:

$ gem env

- GEM PATHS:
   - /usr/pkg/lib/ruby/gems/2.0.0
   - /arpa/ns/n/nerfling/.gem/ruby/2.0.0

You should place both /usr/pkg/lib/ruby/gems/2.0.0/bin and /arpa/ns/n/nerfling/.gem/ruby/2.0.0/bin in your path.

In bash, the command is: export PATH=$PATH:`gem env gempath | sed -e 's!:!/bin:!'`/bin

$Id: rubygems.html,v 1.12 2014/06/05 02:36:25 nerfling Exp $ Using RubyGems at SDF - traditional link (using RCS)

using_rubygems_at_sdf.1616220763.txt.gz · Last modified: 2021/03/20 06:12 by hc9