Hello,
I installed Ironruby, mainly for the purpose of experimenting with rake.
Using ‘igem install rake’ fails, I suspect due to authentication issues
with the proxies on our company network.
I then downloaded the rake sources as of 0.8.7 and ran ‘ir install.rb’
in the sources directory, but this doesn’t seem to work either.
What am I doing wrong or are there any other options to install rake for
IronRuby ?
Lars
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.!
WEB.DE Produkte Übersicht: Apps, Browser, MailCheck & Co.
What version of IronRuby are you using, and what is the error message
you get in both cases (using gems and running the installer locally)?
You probably just want to download the gem file for rake and install
that locally.
If you’re OK with building from the IronRuby sources, we have rake
pre-installed in that environment.
Did you setup the environment variable for your proxy?
SET HTTP_PROXY=http://proxy.mycompany.com:2112
igem install rake --no-rdoc --no-ri
irake --version
Regards,
Jay Turpin
"Do, or do not. There is no ‘try’. " - Yoda (‘The Empire Strikes Back’)