ruby - Upgrading rubygems not working -
i wanted upgrade rubygems , did following
c:\>gem install --local c:\rubygems-update-2.6.10.gem c:\>update_rubygems
gem install worked fine when update_rubygems
get
the system cannot find path specified.
i not sure path picking , where. pointers this?
you need update $path
variable include path ruby's bin directory. can add path using along lines of:
set path=%path%;c:\ruby200-x64\bin
just replace ruby200-x64
path bin
directory
Comments
Post a Comment