set_up_your_own_ruby_gems_library
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
set_up_your_own_ruby_gems_library [2020/11/03 04:57] – created peteyboy | set_up_your_own_ruby_gems_library [2024/12/25 06:11] (current) – void hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Setting Up A Ruby Gems Library in your user space ==== | ||
+ | |||
+ | Install with | ||
+ | |||
+ | gem install --user-install -n~/bin **gem_name** | ||
+ | |||
+ | This assumes you want the gems in your '' | ||
+ | |||
+ | Sources: | ||
+ | |||
+ | * https:// | ||
+ | * https:// | ||