using_rubygems_at_sdf
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_rubygems_at_sdf [2021/03/20 06:12] – hc9 | using_rubygems_at_sdf [2021/03/20 06:14] (current) – hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Using RubyGems at SDF ====== | ||
+ | |||
+ | [[http:// | ||
+ | |||
+ | 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 [[http:// | ||
+ | |||
+ | To install gems in your home directory, place the following in your '' | ||
+ | |||
+ | <file config .gemrc> | ||
+ | |||
+ | gem: --no-ri --no-rdoc --user-install | ||
+ | |||
+ | </ | ||
+ | |||
+ | To access binaries installed by rubygems, append ''/ | ||
+ | |||
+ | '' | ||
+ | |||
+ | < | ||
+ | |||
+ | - GEM PATHS: | ||
+ | - / | ||
+ | - / | ||
+ | |||
+ | </ | ||
+ | |||
+ | You should place both ''/ | ||
+ | |||
+ | In bash, the command is: '' | ||
+ | |||
+ | $Id: rubygems.html, | ||