in reply to [RAKU] How to install zef on Ubuntu 22.04
... $ raku -I. bin/zef install .
So, what was the output of the above command? Where does raku claim it installed the zef binary?
Does that file actually exist?
Can you invoke it with a full path, like /usr/bin/whatever/zef?
Personally I would never clone a git directory into /usr/src and always build as the local user, not root, but maybe Ubuntu is different - I use Debian...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: [RAKU] How to install zef on Ubuntu 22.04
by Polyglot (Chaplain) on Dec 28, 2023 at 08:35 UTC | |
by Corion (Patriarch) on Dec 28, 2023 at 08:45 UTC | |
by Polyglot (Chaplain) on Dec 28, 2023 at 09:11 UTC | |
by Corion (Patriarch) on Dec 28, 2023 at 09:37 UTC | |
by Polyglot (Chaplain) on Dec 28, 2023 at 09:55 UTC | |
|