windows:gems
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:
- Download gems from RubyForge: http://rubyforge.org/projects/rubygems/ (rubygems-x.x.x.tgz)
- In the unpacked directory, run:
ruby setup.rb install gem update --system
(Note: recent versions of rubygems won't install with older versions of ruby.)
windows/gems.txt · Last modified: 2019/11/07 17:58 by 127.0.0.1