[OS X TeX] Install fail

Herbert Schulz herbs at wideopenwest.com
Thu Sep 3 13:54:33 EDT 2015


> On Sep 3, 2015, at 12:39 PM, John Burt <burt at brandeis.edu> wrote:
> 
> -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)

Howdy,

Damn! those look fine so I don't understand what is going on. Would you re-boot and then do this again? That's just in case those files are read in at boot time and cached.

Good Luck,

Herb Schulz
(herbs at wideopenwest dot com)









More information about the MacOSX-TeX mailing list