Last active
April 26, 2025 18:57
-
-
Save jdv/45727a1e8ab3ca73613fbeab36aa03ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jdv@jdv-lap2:~$ mkdir rando_raku_inst | |
jdv@jdv-lap2:~$ zef install --install-to='inst#/home/jdv/rando_raku_inst' Inline::Perl5 | |
... | |
===> Installing: Inline::Perl5:ver<0.60>:auth<github:niner> | |
jdv@jdv-lap2:~$ egrep -R 'class Inline::Perl5 {' rando_raku_inst/ | |
rando_raku_inst/sources/FE0EA2E16CD0CD31716830FEE610E9B4116A2281:class Inline::Perl5 { | |
jdv@jdv-lap2:~$ raku -I/home/jdv/rando_raku_inst -e 'use Inline::Perl5' | |
===SORRY!=== Error while compiling -e | |
Could not find Inline::Perl5 in: | |
/home/jdv/rando_raku_inst | |
/home/jdv/.raku | |
/home/jdv/rakudo/install/share/perl6/site | |
/home/jdv/rakudo/install/share/perl6/vendor | |
/home/jdv/rakudo/install/share/perl6/core | |
CompUnit::Repository::AbsolutePath<3652849242896> | |
CompUnit::Repository::NQP<3652938639520> | |
CompUnit::Repository::Perl5<3652938639560> | |
at -e:1 | |
jdv@jdv-lap2:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment