[Rails] Re: gem error: (Errno::EACCES) Permission denied

2014-01-21 Thread Gupta Grandhi
Hi I am installing canvasLms on Ubuntu .In this installation ruby 1.9.1 and gem and bundler installation is required . 1) I was install ruby 1.9.1 it is installed successfully. 2)After i am installing gem it is installed sudo gem install bundler --version 1.3.5 it is installed but when i

Re: [Rails] Re: gem error: (Errno::EACCES) Permission denied

2011-03-08 Thread Norbert Melzer
Are you AN admin or are you THE admin? Gem tries to install in a directory of the user named admin, if your logged in user is named mahendra and has admin rights that is probably not enough. Also please check if the directory exists and check the permissions on that directory. Top posted from

[Rails] Re: gem error: (Errno::EACCES) Permission denied

2011-02-26 Thread mahendra Somavarapu R.
I am using microsoft XP Pro-SP3 and I am facing this problem. C:\Ruby192gem install rails --include-dependencies INFO: `gem install -y` is now default and will be removed INFO: use --ignore-dependencies to install only the gems you list ERROR: While executing gem ... (Errno::EACCES)