I've seen this message as well. I believe it's the default message you
get when you start up the Perl6 (Raku) REPL, but don't have Readline
or Linenoise installed (or your machine needs help knowing where to
look).

Maybe try 'echo $PATH' at a terminal prompt, and see if your new
machine has the same directory listings as your old machine?

HTH, Bill.



On Sun, Nov 3, 2019 at 9:26 PM ToddAndMargo via perl6-users
<perl6-us...@perl.org> wrote:
>
> Hi All,
>
> Fedora 13 (Linux)
> rakudo-pkg-Fedora31-2019.07.1-03.x86_64.rpm
>
> At the top of all my Perl 6 programs, I place
> #!/usr/bin/env perl6
>
> So I decided to run env by itself and see what I got:
>
>       $ /usr/bin/env perl6
>       You may want to `zef install Readline` or `zef install
>           Linenoise` or use rlwrap for a line editor
>
>       To exit type 'exit' or '^D'
>
> Is this suppose to happen?
>
> Many thanks,
> -T
>
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> When you say, "I wrote a program that
> crashed Windows," people just stare at
> you blankly and say, "Hey, I got those
> with the system, for free."
>       -- Linus Torvalds
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  • env? ToddAndMargo via perl6-users
    • Re: env? William Michels via perl6-users
    • Re: env? Andy Bach

Reply via email to