Questions tagged [pik]

Pik is a Ruby version manager for Windows

pik is a tool to manage multiple versions of ruby on Windows. It can be used from the Windows command line (cmd.exe), Windows PowerShell, or Git Bash.

39 questions
0
votes
0 answers

Installing Pik in Windows 7 PATH variable naming error

On installation of Pik, it seems that the directory naming conventions utilized in the program are erroneous, as can be seen below where C: is not reconciled as C:\ for the install directory. I suspect this my be the culprit. My PATH definitely does…
inakan
  • 111
  • 5
0
votes
1 answer

Why my pik gem doesn't work on Git Bash, but works nicely on cmd? I'm using windows 7

I installed the pik gem to be able to switch between ruby versions, and it worked nicely at the command prompt, but when I try to do the same at the Git Bash, it doesn't switch the version of ruby, I tried everything. Could anyone help me ? I'm…
0
votes
1 answer

Pik not installing latest patch level for ruby version 1.9.3

I used RailsInstaller (for Windows) to set up my environment for my Rails 3 app. I recently installed Pik so that I can update my ruby version as well. According to the Pik docs https://github.com/vertiginous/pik/wiki/Usage, running 'pik install…
mattq
  • 89
  • 10
0
votes
1 answer

How do I upgrade to ruby 2.0 on windows?

I just installed pik into c:\bin. I typed in pik list, and it shows: * 193: ruby 1.9.3p484 <2013-11-22> [i386-mingw32] 200: ruby 2.0.0p195 <2013-05-14. [i386-mingw32]. I typed in: c:\bin> pik use 200 and c:\bin>ruby -v and get the following…
0
votes
2 answers

Updating Ruby to 2.0.0 using Pik

After installing pik and changing my Ruby version to 2.0.0, bundler no long works properly C:\Users\Me\Documents\Work Projects\Application>bundle install Fetching gem metadata from https://rubygems.org/......... Fetching gem metadata from…
Starkers
  • 10,273
  • 21
  • 95
  • 158
0
votes
1 answer

Installing Pik on Windows

I tried installing pik today, following http://puneetpandey.com/tag/how-to-install-and-configure-pik-on-windows/. After typing in 'pik_install C:\tools' in the command prompt at the C: directory, it returns something like this: pik is installed The…
jytoronto
  • 558
  • 3
  • 10
  • 18
0
votes
1 answer

Pik Install Ruby Yields: Error: Private method 'gsub' called for nil:NilClass

I just installed pik, and when trying: pik install ruby 1.9.3-p193 I received the error: There was an error. Error: private method 'gsub' called for nil:NilClass in: pik/commands/install_command.rb:24:in 'execute' in: pik_runner:33 Thanks,…
user1318135
  • 717
  • 2
  • 12
  • 36
0
votes
1 answer

error when I do 'pik add' ruby 192 installed by heroku toolbelt

I installed pik and I put ruby 187 and 193. then I installed Heroku toolbel to load then my application on it, which automatically installs ruby 192 in: C:\Program Files (x86)\ruby​​-1.9.3\bin but I can not add it to pik ... I try to do this and…
0
votes
1 answer

Correct path for pik, ruby libraries and git bash

In order to push my local SQLite3 database to Heroku, I have installed pik so that I can use ruby -v 192. (I was getting a timezone error, and other posts suggested that it may be due to using ruby version 193). I followed the directions on…
umezo
  • 1,519
  • 1
  • 19
  • 33
1 2
3