<div dir="ltr"><p style="margin:0px;font-size:11px;font-family:Menlo">[C07H5099DJD2:~] burt% echo $PATH</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">/bin:/sbin:/usr/bin:/usr/sbin:/usr/texbin:/usr/local/bin</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[C07H5099DJD2:~] burt% which tar</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">/usr/bin/tar</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">[C07H5099DJD2:~] burt% </p></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 2, 2015 at 1:40 PM, Herbert Schulz <span dir="ltr"><<a href="mailto:herbs@wideopenwest.com" target="_blank">herbs@wideopenwest.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> On Sep 2, 2015, at 12:26 PM, John Burt <<a href="mailto:burt@brandeis.edu">burt@brandeis.edu</a>> wrote:<br>
><br>
> How do I remove this version of tar?<br>
><br>
> How do I remove all of the fink software on my system?<br>
><br>
> On Wed, Sep 2, 2015 at 12:01 PM, Herb Schulz <<a href="mailto:herbs@wideopenwest.com">herbs@wideopenwest.com</a>> wrote:<br>
> Howdy,<br>
><br>
> That's ancient and terrible! Ever since OS X 10.6 Plc code hasn't been supported. You really need to remove that stuff or you'll run into other problems in the future.<br>
><br>
> Good Luck,<br>
> Herb Schulz<br>
><br>
> On Sep 2, 2015, at 10:42 AM, John Burt <<a href="mailto:burt@brandeis.edu">burt@brandeis.edu</a>> wrote:<br>
><br>
>> Howdy,<br>
>><br>
>> I assume that you used Migration Assistant when you got the new MacBook Pro. How long ago was the Fink distribution installed? Please run<br>
>><br>
>> file `which tar`<br>
>><br>
>> and see if it can even be executed under Yosemite.<br>
>><br>
>><br>
>><br>
>> /sw/bin/tar: Mach-O executable ppc<br>
>><br>
>> and yes, it does work when I test it.<br>
>> thanks for all this help!<br>
>> John<br>
<br>
</span>Howdy,<br>
<br>
Ok. Let's try to follow Ettore's advice first.<br>
<br>
In Terminal run<br>
<br>
cd<br>
ls -a<br>
<br>
and see which of .profile, .bash_profile and .bashrc (notice the leading period) are present. Then, for each of the ones that are present run<br>
<br>
mv originalfile oldoriginalfile<br>
<br>
e.g., if .profile is present run<br>
<br>
mv .profile old.profile<br>
<br>
which will deactivate them as well as make them visible in your HOME foler in Finder.<br>
<br>
Then log out and back in and then open Terminal again and run<br>
<br>
echo $PATH<br>
which tar<br>
<br>
and let us know what information is returned.<br>
<span class="im HOEnZb"><br>
Good Luck,<br>
<br>
Herb Schulz<br>
(herbs at wideopenwest dot com)<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</span><div class="HOEnZb"><div class="h5">----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" rel="noreferrer" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="https://www.esm.psu.edu/~gray/tex/" rel="noreferrer" target="_blank">https://www.esm.psu.edu/~gray/tex/</a><br>
List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" rel="noreferrer" target="_blank">http://dir.gmane.org/gmane.comp.tex.macosx</a><br>
                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" rel="noreferrer" target="_blank">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" rel="noreferrer" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" rel="noreferrer" target="_blank">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
</div></div></blockquote></div><br></div>