User Tools

Site Tools


gem

Differences

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

Link to this comparison view

gem [2012/03/28 18:25]
k2patel created
gem [2020/08/10 02:35]
Line 1: Line 1:
-====== GEM ====== 
  
-gem of ruby. this is usually tips and tricks i have used some day. 
- 
-==== Gem Local Installation ==== 
-In many case i usually dont want to install GEM globally.\\ 
-I simply update my .gemrc file with following value.\\ 
- 
-<note important>​If it does not work try with hardcoded path instead $HOME</​note>​ 
- 
-<code bash | ~/.gemrc > 
-gemhome: $HOME/gems 
-gempath: 
-- $HOME/gems 
-- /​usr/​local/​lib/​ruby/​gems/​1.8 
-gem: --user_install 
-</​code>​ 
gem.txt ยท Last modified: 2020/08/10 02:35 (external edit)