User Tools

Site Tools


set_up_your_own_ruby_gems_library

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
set_up_your_own_ruby_gems_library [2022/02/24 22:10] – fixed to be more like code than text peteyboyset_up_your_own_ruby_gems_library [2024/12/25 06:11] (current) – void hc9
Line 2: Line 2:
  
 Install with Install with
 +
   gem install --user-install -n~/bin **gem_name**   gem install --user-install -n~/bin **gem_name**
  
 This assumes you want the gems in your ''~/bin'' folder, and that you have it added to your PATH This assumes you want the gems in your ''~/bin'' folder, and that you have it added to your PATH
  
 +Sources:
  
-Sources:  
   * https://stackoverflow.com/questions/31596273/install-gem-in-local-folder   * https://stackoverflow.com/questions/31596273/install-gem-in-local-folder
   * https://guides.rubygems.org/faqs/#i-installed-gems-with---user-install-and-their-commands-are-not-available   * https://guides.rubygems.org/faqs/#i-installed-gems-with---user-install-and-their-commands-are-not-available
 +
set_up_your_own_ruby_gems_library.1645740616.txt.gz · Last modified: 2022/02/24 22:10 by peteyboy