Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Created December 12, 2010 16:30
Show Gist options
  • Save waynegraham/738151 to your computer and use it in GitHub Desktop.
Save waynegraham/738151 to your computer and use it in GitHub Desktop.
; Install pik for managing ruby on Windows
;PIK_VERSION=0.2.8
;RUBY_VERSION=1.8.7
;RAILS_VERSION=2.3.10
msiexec /i http://github.com/downloads/vertiginous/pik/pik-0.2.8.msi
pik install ruby-1.8.7
gem install rails -v 2.3.10 --no-ri --no-rdoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment