Hi,
I am having problem with the cucumber gem install
gem sources --add http://gems.github.com/
gem install aslakhellesoy-cucumber
=>
C:>gem install aslakhellesoy-cucumber
ERROR: While executing gem … (Errno::ENOENT)
No such file or directory -
c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber
I have created the folder manually, but I am getting a permissions
denied error
ERROR: While executing gem … (Errno::EACCES)
Permission denied -
c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber
I am allowed to write to the folder myself. Has anyone had the same
problem? I have set the company proxy.
I am on Windows Server 2003
Cheers
Aidy
On Fri, Sep 12, 2008 at 1:52 PM, aidy lewis [email protected]
wrote:
ERROR: While executing gem … (Errno::ENOENT)
No such file or directory -
c:/ruby/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.1.5/bin/cucumber
I have created the folder manually, but I am getting a permissions denied error
Several people have reported it. I’m investigating. Seems like a
Github problem actually.
Please get it with Git and build the gem yourself in the meanwhile.
Aslak
On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy
[email protected] wrote:
C:>gem install aslakhellesoy-cucumber
Please get it with Git and build the gem yourself in the meanwhile.
For anyone who’s not sure about how to do that:
git clone git://github.com/aslakhellesoy/cucumber.git
cd cucumber
rake gem
rake install_gem
Cheers,
David
On 12 Sep 2008, at 22:37, Damian J. wrote:
rake install_gem
Cheers,
David
I tried that, but not getting anywhere with installing Cucumber, I
think
I’ll wait till the gem is sorted out.
I feel your pain: Windows does not make this stuff too easy, and most
people playing with these tools are using *nix variants so you don’t
get much support.
I just wrote a really basic but gentle tutorial on getting git up and
running on Windows:
http://blog.mattwynne.net/2008/09/13/bring-git-joy-to-windows/
Github’s docs have a guide for Windows users:
http://github.com/guides/using-git-and-github-for-the-windows-for-
newbies
Good luck!
cheers,
Matt
http://blog.mattwynne.net
In case you wondered: The opinions expressed in this email are my own
and do not necessarily reflect the views of any former, current or
future employers of mine.
On Fri, Sep 12, 2008 at 7:27 PM, Matt W. [email protected] wrote:
I tried that, but not getting anywhere with installing Cucumber, I think
Github’s docs have a guide for Windows users:
GitHub Docs
Thanks for posting these Matt!
David C. wrote:
On Fri, Sep 12, 2008 at 7:46 AM, aslak hellesoy
[email protected] wrote:
C:>gem install aslakhellesoy-cucumber
Please get it with Git and build the gem yourself in the meanwhile.
For anyone who’s not sure about how to do that:
git clone git://github.com/aslakhellesoy/cucumber.git
cd cucumber
rake gem
rake install_gem
Cheers,
David
I tried that, but not getting anywhere with installing Cucumber, I think
I’ll wait till the gem is sorted out.
Definately want to use it though.
Cheers,
Damian