Le 16 mars 08 à 16:40, Niels Kobschaetzki a écrit :
Hi!
I installed MacTeX today with the Leopard-Fix for making the TeX-environment-switch possible. I added /usr/texbin to my .bash_login as well.
hi !
I work with MacTeX but without Leopard-Fix, I prefer names of files without spaces, and without .bash_login.
If MacTeX is installed correctly, at the end /etc/profile is like this : remark the line : ## TeX added /usr/texbin
# 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 ## setloginpath added /usr/local/bin start at Tue Sep 18 23:50:53 CEST 2007 ## 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 18 23:50:53 CEST 2007 ## TeX added /usr/texbin start at Tue Sep 18 23:50:53 CEST 2007 ## 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 Tue Sep 18 23:50:53 CEST 2007
You can verify your path with $echo $PATH
The result must be /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/texbin
and there is anything to do
Best Regards
Alain Matthes