On Mar 19, 2013, at 10:37 AM, Angela Barone wrote: > I'm hoping someone can help me. I upgraded perlbrew by re-installing > it via the curl method and now I can't use it anymore. I'm getting the error > "-bash: perlbrew: command not found". > > Here's what the installation report showed: > -------------------- > ## Installing perlbrew > perlbrew is installed: "/Users/mbo/perl5/perlbrew";/bin/perlbrew > > perlbrew root ("/Users/mbo/perl5/perlbrew";) is initialized. > > Append the following piece of code to the end of your ~/.bash_profile and > start a > new shell, perlbrew should be up and fully functional from there: > > source "/Users/mbo/perl5/perlbrew";/etc/bashrc
Try changing that line to: source /Users/mbo/perl5/perlbrew/etc/bashrc or just go back to what you had before: source ~/perl5/perlbrew/etc/bashrc -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/