pik icon indicating copy to clipboard operation
pik copied to clipboard

Installing just 1.9.2 is not installing latest version

Open DaveSanders opened this issue 12 years ago • 3 comments

If you type

pik install ruby 1.9.2

it's supposed to install the latest. (p290 as of this date). However, its actually installing 1.9.2dev preview.

I'm sure its a sorting / naming thing, but maybe it should look at dates, not file names to determine the latest?

DaveSanders avatar Sep 01 '11 12:09 DaveSanders

Can you provide the version of Pik you're using?

luislavena avatar Sep 01 '11 13:09 luislavena

0.2.8

DaveSanders avatar Sep 01 '11 15:09 DaveSanders

I'm using 0.3.0.pre and get 1.9.2-p136 as latest.

0.3.0 has a hardcoded index file, while 0.2.8 used to do things with Nokogiri and friends.

Once Gordon can grant me access to the repo, I can work out some corrections and update the versions.

In the mean time, you can simple download the version of Ruby you want and then use pik add to tell Pik where to find it.

luislavena avatar Sep 01 '11 15:09 luislavena