[OS X TeX] Install fail

John Burt burt at brandeis.edu
Thu Sep 3 19:39:18 CEST 2015


-bash-3.2$ cat /etc/profile

# 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 Thu Jan 21 10:53:41 EST 2010

## Do not remove the previous line

if [ `whoami` != "root" ]

then

  PATH="$PATH:/Library/TeX/texbin"

  export PATH

fi

## Do not remove the next line

## TeX added /usr/texbin end at Thu Jan 21 10:53:41 EST 2010

## setloginpath added /usr/local/bin start at Tue Sep  1 12:54:10 EDT 2015

## 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 Tue Sep  1 12:54:10 EDT 2015

-bash-3.2$ cat /etc/csh.login

# System-wide .login file for csh(1).


setenv PATH "/bin:/sbin:/usr/bin:/usr/sbin"

## TeX added /usr/texbin start at Thu Jan 21 10:53:41 EST 2010

## Do not remove the previous line

if ("${uid}" != "0") then

  set path = ( ${path} "/Library/TeX/texbin" )

endif

## Do not remove the next line

## TeX added /usr/texbin end at Thu Jan 21 10:53:41 EST 2010

## setloginpath added /usr/local/bin start at Tue Sep  1 12:54:10 EDT 2015

## Do not remove the previous line

if ("${uid}" != "0") then

  set path = ( ${path} /usr/local/bin )

endif

## Do not remove the next line

## setloginpath added /usr/local/bin end at Tue Sep  1 12:54:10 EDT 2015

-bash-3.2$

On Thu, Sep 3, 2015 at 1:34 PM, Herbert Schulz <herbs at wideopenwest.com>
wrote:

> > On Sep 3, 2015, at 11:55 AM, Herbert Schulz <herbs at wideopenwest.com>
> wrote:
> >
> >> On Sep 3, 2015, at 11:38 AM, John Burt <burt at brandeis.edu> wrote:
> >>
> >> And here are the results:
> >>
> >> [C07H5099DJD2:~] burt% echo $PATH
> >>
> >> :/Library/TeX/texbin/usr/sbin
> >>
> >> [C07H5099DJD2:~] burt% echo $path
> >>
> >> /Library/TeX/texbin/usr/sbin
> >>
> >>
> >
> > Howdy,
> >
> > That's not right!
> >
> > Are there no separators between the path elements? I'd expect
> >
> > echo $PATH
> >
> > to give
> >
> > /bin:/sbin:/usr/bin:/usr/sbin:/Library/TeX/texbin:/usr/local/bin
> >
> > and
> >
> > echo $path
> >
> > to give
> >
> > /bin /sbin /usr/bin /usr/sbin /Library/TeX/texbin /usr/local/bin
> >
>
> Howdy,
>
> Hmmm... please run
>
> cat /etc/profile
>
> cat /etc/csh.login
>
> and let me know what they are so I can check that they are, in fact, the
> ones I sent to you.
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/macostex-archives/attachments/20150903/b99a32ab/attachment.html>


More information about the macostex-archives mailing list