[OS X TeX] TeX Distribution preference pane
Herbert Schulz
herbs at wideopenwest.com
Wed Jul 13 13:18:47 CEST 2016
> On Jul 12, 2016, at 10:35 PM, John Thoo <jthoo at yccd.edu> wrote:
>
> [539] bash-3.2$ cat /etc/profile | less
> # System-wide .profile for sh(1)
>
> PATH="/bin:/sbin:/usr/bin:/usr/sbin"
> export PATH
>
> if [ "${BASH-no}" != "no" ]; then
> [ -r /etc/bashrc ] && . /etc/bashrc
> fi
> ## TeX added /usr/texbin start at Fri Mar 12 10:17:13 PST 2010
> ## Do not remove the previous line
> if [ `whoami` != "root" ]
> then
> PATH="$PATH:/usr/texbin"
> export PATH
> fi
> ## Do not remove the next line
> ## TeX added /usr/texbin end at Fri Mar 12 10:17:13 PST 2010
> ## setloginpath added /usr/local/bin start at Sat Jul 9 09:14:22 PDT 2016
> ## Do not remove the previous line
> if [ `whoami` != "root" ]
> then
> PATH="$PATH:/usr/local/bin"
> export PATH
>
> if [ "${BASH-no}" != "no" ]; then
> [ -r /etc/bashrc ] && . /etc/bashrc
> fi
> ## TeX added /usr/texbin start at Fri Mar 12 10:17:13 PST 2010
> ## Do not remove the previous line
> if [ `whoami` != "root" ]
> then
> PATH="$PATH:/usr/texbin"
> export PATH
> fi
> ## Do not remove the next line
> ## TeX added /usr/texbin end at Fri Mar 12 10:17:13 PST 2010
> ## setloginpath added /usr/local/bin start at Sat Jul 9 09:14:22 PDT 2016
> ## Do not remove the previous line
> if [ `whoami` != "root" ]
> then
> PATH="$PATH:/usr/local/bin"
> export PATH
> fi
> ## Do not remove the next line
> ## setloginpath added /usr/local/bin end at Sat Jul 9 09:14:22 PDT 2016
>
Howdy,
That /etc/profile looks like it's ancient. Would you try the following commands so I can tell a bit more
ls -alF /etc/profile
ls -alF /etc/bashrc
all in Terminal and send the results directly to me.
PS: the results of the first and last commands I had given are fine.
Good Luck,
Herb Schulz
(herbs at wideopenwest dot com)
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://www.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list