tadzik / rakudobrew

Perl 6 installation manager
MIT License
185 stars 42 forks source link

New installation procedure does not seem to work with zshell #139

Closed JJ closed 5 years ago

JJ commented 5 years ago

This is ubuntu 16.04, and I'm using:

tail ~/.zsh_profile 
eval "$(/home/jmerelo/.rakudobrew/bin/rakudobrew init Zsh"
➜  ~ rakudobrew list-available
The shell hook required to use rakudobrew in 'env' mode and use the 'shell' command seems not to be installed.
Run 'rakudobrew init' for installation instructions.

That's in a new shell. It's also copied in .profile, does not do a thing either.

JJ commented 5 years ago

OK, I'm seeing the missing closing parenthesis now.

JJ commented 5 years ago

Does not matter. Same difference.

JJ commented 5 years ago

If I run that line on the interactive shell, it install rakudobrew in the shell; it does not work from the .profile or .zsh_profile

patrickbkr commented 5 years ago

Fixed as stated in commits seen above.