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

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -