문제

I am trying trying to install Ruby on Win7 64bit with rubyinstaller-1.9.3-p484.exe and/or rubyinstaller-2.0.0-p353-x64.exe. During installation I have an error about Ruby not able to make any changes to Registry. After skipping this step I still can run Ruby as :

C:\Ruby\bin\gem.bat gem update --system

with permission denied (Errno::EACCES)

Note: I am administrator on my System and I run cmd.exe with administrator privileges. Also, I've elevated Ruby folder permissions. Can somone to give a hint?

올바른 솔루션이 없습니다

다른 팁

Try to avoid using C:\Ruby193 as your directory of installation.

You may find useful to read this manual I have posted: http://www.slideshare.net/vdimitris/deploying-ruby-onrailsapplicationsonwindowsfordevelopers

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top