When I run…
perlbrew switch perl-5.16.0
…I get…
A sub-shell is launched with perl-5.16.0 as the activated perl. Run 'exit' to finish it.
…then a bash prompt appears.
Is this expected behavior?
If not, how can I fix it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That happens when you have an improperly installed
perlbrew. As part of the installation, you are instructed to add a command to your shell startup script, but that appears to be missing.Add the following to your shell startup script:
There’s a similar script for
csh.