Created
December 12, 2010 16:30
-
-
Save waynegraham/738151 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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