Why doesn't Pik install Ruby?

After a crash trying to install Ruby on Rails here: http://railsinstaller.org/ , now I'm trying to install things manually.

I thought I would install Pik first and then remove "pik install ruby" from the command line. Nothing seemed to be easier. However, I get the message "Ruby not found". How could this be?

+4
source share
2 answers

While the pik gem is no longer supported, the pik from here is still the best way to manage multiple ruby ​​versions in windows, (Please someone write another. Or talk with Gordon Thiesfeld so that someone else can handle by this.)

Setting up pik painful (you need to manually install the ruby ​​versions required by devkit and then tell pik to use them).

If you do not need several ruby ​​versions, I recommend that you use the excellent installers from here and use gem install rails to get windows fixing ruby ​​rails.

+1
source

It seems Pik cannot automatically install Ruby. It is just a ruby ​​version manager. To install Ruby on Windows, you need to use RubyInstaller for Windows http://rubyinstaller.org/downloads/ , and then pik add C: \ Ruby193 \ bin (or any other path to the installed ruby)

0
source

All Articles