I am using Git Bash on Windows Vista Business. I am trying to install Redmine. Basically on step 4, I need to get RubyGem installed before I install the bundler as part of the dependency install (http://www.redmine.org/projects/redmine/wiki/RedmineInstall). I downloaded rubygems-2.2.2.zip from https://rubygems.org/pages/download. Then I unzipped the file a folder on my desktop.
In Git Bash, I typed ruby setup.rb
, I get sh.exe: ruby: command not found
. Is it something related to the PATH
environment? If so, how do I include it so that Git Bash will see the setup file and run it?
Ruby 1.9.3- p545 is already installed.
Thanks in advance.