Files | Admin

Notes:

Release Name: 0.2.1

Notes:
Pik is a tool to switch between multiple versions of ruby on Windows.  

Or to put it another way

  doskey rvm=pik $*  # (sort of)
  
You have to tell it where your different ruby versions live using 
'pik add'.  Then you can change to one by using 'pik switch'.

It also supports running commands/code with all versions configured.

  pik run  #  Runs commands on the command line
  pik ruby #  Runs using the ruby interpreter for each version (ruby.exe, jruby.bat, ir.exe)
  pik gem  #  Runs using the gem command for each version  (gem.bat, igem.bat)


Changes: === 0.2.1 / 2009-10-19 * bugfix - path to pik could have spaces. * update install instructions