Thanks. When I get a multi-user system working with Raku as I want it to, I'll post it on this thread for your critique. On the original thread you kept wanting me to describe in detail my use case. The problem was (and still is) how to handle the following requirements:
1. Have root install the Raku executable for all users
2. Have the root user install modules for himself, but have normal users see and use them in their normal path.
3. Allow normal users to install their own modules which, for them only, would override the global version.
This is somewhat analogous to Perl, but zef, the equivalebt Raku installer, is a bit pickier than cpanm about overrides.