<div dir="ltr">It's in there unless I source the perlbrew file, at which point it strips it out.<div><br></div><div>I think I found the problem though. There's a space in one of the paths in there (/Applications/Free PGI.app/bin/…), and __perlbrew_purify() stops at that point.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 28, 2015 at 5:38 PM, Jay Hannah <span dir="ltr"><<a href="mailto:jay@jays.net" target="_blank">jay@jays.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Huh, really? Bummer...<br>
<br>
Is /usr/bin in your $PATH when you start a fresh shell?<br>
<br>
"perlbrew env" seems to show me that it doesn't change $PATH?<br>
<br>
➜  jhannah-Air:~  which tar<br>
/usr/bin/tar<br>
➜  jhannah-Air:~  perlbrew list<br>
  perl-5.20.1<br>
* perl-5.21.8<br>
➜  jhannah-Air:~  perlbrew env<br>
export PERLBREW_PATH="/Users/jhannah/perl5/perlbrew/bin"<br>
unset PERLBREW_PERL<br>
export PERLBREW_ROOT="/Users/jhannah/perl5/perlbrew"<br>
export PERLBREW_VERSION="0.71"<br>
<br>
Ponder,<br>
<br>
j<br>
<span class="im HOEnZb"><br>
<br>
<br>
<br>
On Jan 28, 2015, at 4:32 PM, Ross Nelson <<a href="mailto:ross.nelson@gmail.com">ross.nelson@gmail.com</a>> wrote:<br>
> 5.18.2, which is shipped with OS X 10.10<br>
><br>
> I tried to install the latest as shown above, but this happened:<br>
><br>
> rnelson@boxer ~ $ perlbrew install 5.21.8 && perlbrew switch 5.21.8<br>
> Fetching perl 5.21.8 as<br>
> /Users/rnelson/perl5/perlbrew/dists/perl-5.21.8.tar.bz2<br>
> Download <a href="http://www.cpan.org/src/5.0/perl-5.21.8.tar.bz2" target="_blank">http://www.cpan.org/src/5.0/perl-5.21.8.tar.bz2</a> to<br>
> /Users/rnelson/perl5/perlbrew/dists/perl-5.21.8.tar.bz2<br>
> sh: tar: command not found<br>
> Failed to extract /Users/rnelson/perl5/perlbrew/dists/perl-5.21.8.tar.bz2<br>
> at /Users/rnelson/perl5/perlbrew/bin/perlbrew line 963.<br>
> rnelson@boxer ~ $ which tar<br>
> -bash: which: command not found<br>
> rnelson@boxer ~ $<br>
><br>
> It took /usr/bin out of $PATH and then broke when tar (which lives at<br>
> /usr/bin/tar) wasn't found.<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
OLUG mailing list<br>
<a href="mailto:OLUG@olug.org">OLUG@olug.org</a><br>
<a href="https://lists.olug.org/mailman/listinfo/olug" target="_blank">https://lists.olug.org/mailman/listinfo/olug</a><br>
</div></div></blockquote></div><br></div>