On Wednesday, April 13, 2016, H.Merijn Brand <h.m.br...@xs4all.nl> wrote:
> On Wed, 13 Apr 2016 06:30:35 -0500, Tom Browder <tom.brow...@gmail.com > <javascript:;>> > wrote: > > Is there any easy way to change the default installation location from > > '~/.rakudobrew' to something else, say by changing or defining an > > environment variable? > > I changed it in bin/rakudobrew > > -my $prefix = catdir($RealBin, updir()); > +my $prefix = "/my/path/to/rakudobrew"; Thanks, that is an obscure find! But I would like to see a special environment variable tested to see if there is a system default location for rakudobrew. Surely that is possible, but it might require changes to many other programs in the tool chain -Tom