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

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -