Raku / App-Rakubrew

Raku environment manager
https://rakubrew.org/
Other
26 stars 13 forks source link

Cannot install latest version of Moar on Windows #14

Closed antoniogamiz closed 4 years ago

antoniogamiz commented 4 years ago

If I run rakubrew download, I get the following error:

Couldn't find a precomp release for OS: "win", architecture: "x86_64"
patrickbkr commented 4 years ago

That's interesting. The release is clearly there on rakudo.org. I'll have a look at this.

antoniogamiz commented 4 years ago

rakubrew build moar 2020.06 works perfectly though. PATH is not updated though. After that command, if I run raku it will return:

'raku' is not recognized as an internal or external command,
operable program or batch file.
antoniogamiz commented 4 years ago

Agh, it was because I forgot to run rakubrew switch moar-2020.06 again. Maybe that should be made automatically when you only have one version installed.

patrickbkr commented 4 years ago

@antoniogamiz I think rakubrew should already do that! If there is no version active at the moment and you install one, rakubrew should already switch to that. That possibly didn't work in your case because of the failed download beforehand.