Skip to content

Instantly share code, notes, and snippets.

@dvhthomas
Created November 5, 2009 05:31
Show Gist options
  • Save dvhthomas/226796 to your computer and use it in GitHub Desktop.
Save dvhthomas/226796 to your computer and use it in GitHub Desktop.
@ECHO OFF
cd tools
if not exist ironruby\nul 7zip\7za.exe x -y ironruby.7z
cd ..
set PATH=%PATH%;C:\Windows\Microsoft.NET\Framework\v3.5;%CD%\tools\ironruby\bin
set GEM_PATH=%CD%\tools\ironruby\lib\ruby\gems\1.8
set GEM_HOME=%CD%\tools\ironruby\lib\ruby\gems\1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment