User Tools

Site Tools


windows:gems

Differences

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

Link to this comparison view

Next revision
Previous revision
windows:gems [2011/03/22 18:10] – created slackwindows:gems [2019/11/07 17:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Installing Cygwin with Ruby is easy enough.  Avoid installing Ruby in windows as well because it results in a mulch of confusion further down the line.+Installing Cygwin with Ruby is easy enough.  Avoid installing Ruby in Windows as well because it results in a mulch of confusion further down the line.
  
 Gems is pure ruby, so not that hard to install from within Cygwin: Gems is pure ruby, so not that hard to install from within Cygwin:
-  * Download gems from RubyForge: [[http://rubyforge.org/projects/rubygems/]]+  * Download gems from RubyForge: [[http://rubyforge.org/projects/rubygems/]] (rubygems-x.x.x.tgz) 
 +  * In the unpacked directory, run: 
 + 
 +<code ruby> 
 +ruby setup.rb install 
 +gem update --system 
 +</code> 
 + 
 +(Note: recent versions of rubygems won't install with older versions of ruby.)
windows/gems.1300817408.txt.gz · Last modified: 2019/11/07 17:58 (external edit)