I downloaded and installed IronRuby V 1 awesome work guys!!
I went to command line and typed:
igem install rspec
and got the following message:
C:\Users\azamsharp>igem install rspec
WARNING: Installing to ~/.gem since C:/Program Files/IronRuby
1.0v4/lib/ironrub
y/gems/1.8 and
C:/Program Files/IronRuby 1.0v4/bin aren''t both writable.
WARNING: You don''t have C:/Users/azamsharp/.gem/ironruby/1.8/bin in
your PATH,
gem executables will not run.
**************************************************
Thank you for installing rspec-1.3.0
Please be sure to read History.rdoc and Upgrade.rdoc
for useful information about this release.
**************************************************
Successfully installed rspec-1.3.0
1 gem installed
Installing ri documentation for rspec-1.3.0...
Installing RDoc documentation for rspec-1.3.0...
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
Could not find main page README.rdoc
It says that:
WARNING: You don''t have C:/Users/azamsharp/.gem/ironruby/1.8/bin in
your PATH,
gem executables will not run.
So, I went to the environment variable and set the above path in my PATH
variable. But I still get the above error.
--
Posted via http://www.ruby-forum.com/.
I haven''t tried that, but I was able to get gem -S install rspec to work. It''s been awhile, but if you check through the mailing list history, you should find instructions on getting it set up correctly. Try the gem -S thing first. Ryan Riley Email: ryan.riley at panesofglass.org LinkedIn: http://www.linkedin.com/in/ryanriley Twitter: @panesofglass Blog: http://wizardsofsmart.net/ Website: http://panesofglass.org/ On Fri, Jun 4, 2010 at 4:28 PM, Mohammad Azam <lists at ruby-forum.com> wrote:> I downloaded and installed IronRuby V 1 awesome work guys!! > > I went to command line and typed: > > igem install rspec > > and got the following message: > > > C:\Users\azamsharp>igem install rspec > WARNING: Installing to ~/.gem since C:/Program Files/IronRuby > 1.0v4/lib/ironrub > y/gems/1.8 and > C:/Program Files/IronRuby 1.0v4/bin aren''t both writable. > WARNING: You don''t have C:/Users/azamsharp/.gem/ironruby/1.8/bin in > your PATH, > gem executables will not run. > ************************************************** > > Thank you for installing rspec-1.3.0 > > Please be sure to read History.rdoc and Upgrade.rdoc > for useful information about this release. > > ************************************************** > Successfully installed rspec-1.3.0 > 1 gem installed > Installing ri documentation for rspec-1.3.0... > Installing RDoc documentation for rspec-1.3.0... > Could not find main page README.rdoc > Could not find main page README.rdoc > Could not find main page README.rdoc > Could not find main page README.rdoc > > It says that: > WARNING: You don''t have C:/Users/azamsharp/.gem/ironruby/1.8/bin in > your PATH, > gem executables will not run. > > So, I went to the environment variable and set the above path in my PATH > variable. But I still get the above error. > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100606/1830411f/attachment.html>
I strongly recommend uninstalling and re-installing IronRuby to C:\ironruby. It will make your life much easier. Mark On Sat, Jun 5, 2010 at 12:28 AM, Mohammad Azam <lists at ruby-forum.com> wrote:> I downloaded and installed IronRuby V 1 awesome work guys!! > > I went to command line and typed: > > igem install rspec > > and got the following message: > > > C:\Users\azamsharp>igem install rspec > WARNING: Installing to ~/.gem since C:/Program Files/IronRuby > 1.0v4/lib/ironrub > y/gems/1.8 and > C:/Program Files/IronRuby 1.0v4/bin aren''t both writable. > WARNING: You don''t have C:/Users/azamsharp/.gem/ironruby/1.8/bin in > your PATH, > gem executables will not run. > ************************************************** > > Thank you for installing rspec-1.3.0 > > Please be sure to read History.rdoc and Upgrade.rdoc > for useful information about this release. > > ************************************************** > Successfully installed rspec-1.3.0 > 1 gem installed > Installing ri documentation for rspec-1.3.0... > Installing RDoc documentation for rspec-1.3.0... > Could not find main page README.rdoc > Could not find main page README.rdoc > Could not find main page README.rdoc > Could not find main page README.rdoc > > It says that: > WARNING: You don''t have C:/Users/azamsharp/.gem/ironruby/1.8/bin in > your PATH, > gem executables will not run. > > So, I went to the environment variable and set the above path in my PATH > variable. But I still get the above error. > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100607/a9fb95e8/attachment.html>